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

Download

 
download jvx   download nightly   download firstapp   download myerp   eclipse
 
Stable Releases   Nightly builds   First App   My ERP   Plugin


More downloads...

License

JVx Application Framework - is released under Apache License V2.0. - http://www.apache.org/licenses/LICENSE-2.0

Support

Community Support - Forum.
Professional support from JVx Development team - JVx Professional Support.

We use the Java profiler jprofiler small from EJ-Technologies to ensure high quality.

Maven

Add 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> 


We have an archetype for creating a preconfigured JVx application:

<dependency>   
  <groupId>com.sibvisions.jvx</groupId>    
  <artifactId>jvxapplication-archetype</artifactId>   
  <version>2.7</version> 
</dependency> 


You can use the snapshot repository if you want to use nightly builds:

<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)

 
EnglishDeutsch