MVN

com.sibvisions.jvx : jvxserver

Maven & Gradle

Feb 17, 2022

JVx · A full-stack Enterprise Application Framework

<dependency>
    <groupId>com.sibvisions.jvx</groupId>
    <artifactId>jvxserver</artifactId>
    <version>2.8.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.sibvisions.jvx : jvxserver to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.8.5

All Versions

Choose a version of com.sibvisions.jvx : jvxserver to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.8.x
jvxserver-2.8.5
2.8
jvxserver-2.8
2.7
jvxserver-2.7
2.6
jvxserver-2.6

How to add a dependency to Maven

Add the following com.sibvisions.jvx : jvxserver maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.sibvisions.jvx</groupId>
    <artifactId>jvxserver</artifactId>
    <version>2.8.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.sibvisions.jvx : jvxserver gradle dependency to your build.gradle file:

implementation 'com.sibvisions.jvx:jvxserver:2.8.5'

Gradle Kotlin DSL: Add the following com.sibvisions.jvx : jvxserver gradle kotlin dependency to your build.gradle.kts file:

implementation("com.sibvisions.jvx:jvxserver:2.8.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.sibvisions.jvx : jvxserver sbt scala dependency to your build.sbt file:

libraryDependencies += "com.sibvisions.jvx" % "jvxserver" % "2.8.5"

Advertisement