JVx with Maven
We're pleased to announce that JVx is available in the public maven repositories.
Use following dependency in your pom.xml:
<dependency>
<groupId>com.sibvisions.jvx</groupId>
<artifactId>jvxall</artifactId>
<version>1.1</version>
</dependency>
<groupId>com.sibvisions.jvx</groupId>
<artifactId>jvxall</artifactId>
<version>1.1</version>
</dependency>
for your server project and following dependency:
<dependency>
<groupId>com.sibvisions.jvx</groupId>
<artifactId>jvxclient</artifactId>
<version>1.1</version>
</dependency>
<groupId>com.sibvisions.jvx</groupId>
<artifactId>jvxclient</artifactId>
<version>1.1</version>
</dependency>
for your client project.
The differences between jvxclient and jvxall are: The client does not contain server classes and is about 200Kb smaller.