MVN

com.ardikars.jxnet : jxnet-context

Maven & Gradle

May 01, 2019
11 usages
26 stars

jxnet-context · Common module for Jxnet.

<dependency>
    <groupId>com.ardikars.jxnet</groupId>
    <artifactId>jxnet-context</artifactId>
    <version>1.5.4.RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.ardikars.jxnet : jxnet-context to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.5.4.RELEASE
  • Latest Release Candidate: 1.5.5.RC5

All Versions

Choose a version of com.ardikars.jxnet : jxnet-context to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.5.x
jxnet-context-1.5.5.RC5
jxnet-context-1.5.5.RC4
jxnet-context-1.5.5.RC3
jxnet-context-1.5.5.RC2
jxnet-context-1.5.5.RC1
jxnet-context-1.5.4.RELEASE
jxnet-context-1.5.4.RC1
jxnet-context-1.5.3.RELEASE
jxnet-context-1.5.3.RC7
jxnet-context-1.5.3.RC6
jxnet-context-1.5.3.RC5
jxnet-context-1.5.3.RC4
jxnet-context-1.5.3.RC2
jxnet-context-1.5.3.RC1
jxnet-context-1.5.2.RELEASE
jxnet-context-1.5.1.RELEASE
jxnet-context-1.5.0.RELEASE
jxnet-context-1.5.0.RC3
jxnet-context-1.5.0.RC2
1.4.x
jxnet-context-1.4.9.Final
jxnet-context-1.4.9.RC3
jxnet-context-1.4.9.RC2
jxnet-context-1.4.9.RC1
jxnet-context-1.4.8.Final
jxnet-context-1.4.8.RC2
jxnet-context-1.4.8.RC1
jxnet-context-1.4.7.Final
jxnet-context-1.4.7.RC4
jxnet-context-1.4.7.RC3
jxnet-context-1.4.7.RC2
jxnet-context-1.4.7.RC1
jxnet-context-1.4.4.Final
jxnet-context-1.4.3.RC5
jxnet-context-1.4.3.RC4
jxnet-context-1.4.3.Final
jxnet-context-1.4.3.RC1
jxnet-context-1.4.2.Final
jxnet-context-1.4.2.RC2
jxnet-context-1.4.2.RC1
jxnet-context-1.4.1.Final
jxnet-context-1.4.0.Final
jxnet-context-1.4.0.RC7
jxnet-context-1.4.0.RC6
jxnet-context-1.4.0.RC5
jxnet-context-1.4.0.RC4
jxnet-context-1.4.0.RC3
jxnet-context-1.4.0.RC2
jxnet-context-1.4.0.RC1
1.3.x
jxnet-context-1.3.0.Final
1.2.x
jxnet-context-1.2.0.Final
jxnet-context-1.2.0.RC2
1.1.x
jxnet-context-1.1.5.RC8
jxnet-context-1.1.5.RC7
jxnet-context-1.1.5.RC6
jxnet-context-1.1.5.RC5
jxnet-context-1.1.5.RC4
jxnet-context-1.1.5.RC3
jxnet-context-1.1.5.RC2

How to add a dependency to Maven

Add the following com.ardikars.jxnet : jxnet-context maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.ardikars.jxnet</groupId>
    <artifactId>jxnet-context</artifactId>
    <version>1.5.4.RELEASE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.ardikars.jxnet : jxnet-context gradle dependency to your build.gradle file:

implementation 'com.ardikars.jxnet:jxnet-context:1.5.4.RELEASE'

Gradle Kotlin DSL: Add the following com.ardikars.jxnet : jxnet-context gradle kotlin dependency to your build.gradle.kts file:

implementation("com.ardikars.jxnet:jxnet-context:1.5.4.RELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.ardikars.jxnet : jxnet-context sbt scala dependency to your build.sbt file:

libraryDependencies += "com.ardikars.jxnet" % "jxnet-context" % "1.5.4.RELEASE"

Advertisement