Download
LicenseJVx Application Framework - is released under Apache License V2.0. - http://www.apache.org/licenses/LICENSE-2.0 SupportCommunity Support - Forum.
MavenAdd following dependency to your projects: <dependency> <groupId>com.sibvisions.jvx</groupId> <artifactId>jvxall</artifactId> <version>2.7</version> </dependency> It's also possible to use only the client-side classes (for Java Applet/Webstart projects): <dependency> <groupId>com.sibvisions.jvx</groupId> <artifactId>jvxclient</artifactId> <version>2.7</version> </dependency>
<dependency> <groupId>com.sibvisions.jvx</groupId> <artifactId>jvxapplication-archetype</artifactId> <version>2.7</version> </dependency>
<repository> <id>sonatype-nexus-snapshots</id> <name>Sonatype Snapshots</name> <url>https://oss.sonatype.org/content/repositories/snapshots/</url> </repository> (The nightly builds are created daily. These are test versions based on current source code. We don't offer support for these versions) |