MVN

net.jini : jsk-platform

Maven & Gradle

Feb 09, 2016
13 usages

Configures specific service providers to be used, such as PreferredClassProvider, trust and integrity verifiers, and DiscoveryFormatProvider

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

Latest Version

Choose a version of net.jini : jsk-platform 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-platform to add to Maven or Gradle - All Versions:

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

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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