MVN

net.jini : jsk-lib

Maven & Gradle

Feb 09, 2016
15 usages

This artifact contains the River utility APIs that are not tied to a specific service implementation.

<dependency>
    <groupId>net.jini</groupId>
    <artifactId>jsk-lib</artifactId>
    <version>2.2.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.jini : jsk-lib to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2.3
  • Latest Beta: 2.1-beta2

All Versions

Choose a version of net.jini : jsk-lib to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.2.x
jsk-lib-2.2.3
jsk-lib-2.2.2
jsk-lib-2.2.1
2.1
jsk-lib-2.1
jsk-lib-2.1-beta2

How to add a dependency to Maven

Add the following net.jini : jsk-lib maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.jini</groupId>
    <artifactId>jsk-lib</artifactId>
    <version>2.2.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.jini : jsk-lib gradle dependency to your build.gradle file:

implementation 'net.jini:jsk-lib:2.2.3'

Gradle Kotlin DSL: Add the following net.jini : jsk-lib gradle kotlin dependency to your build.gradle.kts file:

implementation("net.jini:jsk-lib:2.2.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.jini : jsk-lib sbt scala dependency to your build.sbt file:

libraryDependencies += "net.jini" % "jsk-lib" % "2.2.3"