Documentation

Trace: Download

(jvx)

This is an old revision of the document!


We have stable releases and nightly builds. All downloads are available as manual download or Maven artifacts.

The place for our stable releases is the JVx project site. Our nightly builds are available here.

If you want to use Maven, simply use Maven central. JVx is available in different packages:

Here's an example dependency for your pom.xml

<dependency>
  <groupId>com.sibvisions.jvx</groupId> 
  <artifactId>jvxall</artifactId> 
  <version>2.7</version> 
</dependency>

All our nightly builds are available as snapshots too:

<dependency>
  <groupId>com.sibvisions.jvx</groupId> 
  <artifactId>jvxall</artifactId> 
  <version>2.8_(beta)-SNAPSHOT</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!

This website uses cookies for visitor traffic analysis. By using the website, you agree with storing the cookies on your computer.More information