Trace:
Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
jvx:common:setup:maven [2020/06/08 16:04] cduncan Edited for English grammar (capitalization, punctuation, correct verb conjugation) |
jvx:common:setup:maven [2025/06/16 15:07] (current) admin |
||
---|---|---|---|
Line 2: | Line 2: | ||
~~Title: JVx With Maven~~ | ~~Title: JVx With Maven~~ | ||
- | JVx is available in all public Maven repositories, e.g., [[http://search.maven.org/#search|ga|1|jvx|http://search.maven.org/]] | + | 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: | Use following dependency in your pom.xml: | ||
Line 11: | Line 11: | ||
<groupId>com.sibvisions.jvx</groupId> | <groupId>com.sibvisions.jvx</groupId> | ||
<artifactId>jvxall</artifactId> | <artifactId>jvxall</artifactId> | ||
- | <version>2.7</version> | + | <version>3.1</version> |
</dependency> | </dependency> | ||
<dependencies> | <dependencies> | ||
Line 23: | Line 23: | ||
<groupId>com.sibvisions.jvx</groupId> | <groupId>com.sibvisions.jvx</groupId> | ||
<artifactId>jvxclient</artifactId> | <artifactId>jvxclient</artifactId> | ||
- | <version>2.7</version> | + | <version>3.1</version> |
</dependency> | </dependency> | ||
<dependencies> | <dependencies> | ||
Line 38: | Line 38: | ||
GroupId: com.sibvisions.jvx | GroupId: com.sibvisions.jvx | ||
ArtifactId: jvxapplication-archetype | ArtifactId: jvxapplication-archetype | ||
- | Version: 2.7 | + | Version: 3.0 |
Repository: http://repo1.maven.org/maven2/ | Repository: http://repo1.maven.org/maven2/ | ||
</file> | </file> | ||
Line 47: | Line 47: | ||
**<fs 20px>Note</fs>** | **<fs 20px>Note</fs>** | ||
- | You can use the snapshot repository if you want to use [[https://dev.sibvisions.com/jvx.nightly/|nightly builds]]: | + | You can use the snapshot repository if you want to use [[https://collab.sibvisions.com/jvx.nightly/|nightly builds]]: |
<file xml> | <file xml> |