~~NOTRANS~~
~~Title: Download~~
We have stable releases and nightly builds. All downloads are available as manual download or Maven artifacts.
=== Manual Download ===
The place for our **stable releases** is the [[http://sourceforge.net/projects/jvx/files/latest/download|JVx project site]]. \\
Our **nightly builds** are available [[https://collab.sibvisions.com/jvx.nightly/?download|here]].
=== Maven ===
If you want to use Maven, simply use [[https://search.maven.org/search?q=sibvisions|Maven Central]]. JVx is available in different packages:
* [[https://search.maven.org/search?q=a:jvxall|jvxall]] contains the full package (client and server)
* [[https://search.maven.org/search?q=a:jvxclient|jvxclient]] only the client part
* [[https://search.maven.org/search?q=a:jvxserver|jvxserver]] only the server part
Here's an example dependency for your pom.xml:
com.sibvisions.jvx
jvxall
2.8.5
All of our nightly builds are available as snapshots too:
com.sibvisions.jvx
jvxall
3.0_beta-SNAPSHOT
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!//
=== License ===
**JVx Application Framework** - is released under [[http://www.apache.org/licenses/LICENSE-2.0|Apache License V2.0]].