~~NOTRANS~~ ~~Title: JVx With Maven~~ JVx is available in all public Maven repositories, e.g., [[https://search.maven.org/search?q=jvx|http://search.maven.org/]] Use following dependency in your pom.xml: com.sibvisions.jvx jvxall 2.7 for your server project and following dependency: com.sibvisions.jvx jvxclient 2.7 for your client project. The jvxall artifact contains client and server classes. The jvxclient artifact does not contain server classes and is about 200Kb smaller. Use the client artifact for your applications and jvxall only on server-side within your application server like Tomcat, JBoss. It's also possible to create a new JVx project based on JVx's archetype: GroupId: com.sibvisions.jvx ArtifactId: jvxapplication-archetype Version: 2.7 Repository: http://repo1.maven.org/maven2/ The archetype creates your new application project, see it [[http://www.youtube.com/watch?v=UJmm2oZY5JM|in action]]. \\ **Note** You can use the snapshot repository if you want to use [[https://dev.sibvisions.com/jvx.nightly/|nightly builds]]: sonatype-nexus-snapshots Sonatype Snapshots https://oss.sonatype.org/content/repositories/snapshots/ //(The nightly builds are created daily. These are test versions based on current source code. We don't offer support for these versions)//