j

jini-ext

Files download
File Operation
jini-ext-2.1.jar download
Apache Maven
<dependency>
  <groupId>jini</groupId>
  <artifactId>jini-ext</artifactId>
  <version>2.1</version>
</dependency>
Gradle Groovy
implementation 'jini:jini-ext:2.1'
Gradle Kotlin
implementation("jini:jini-ext:2.1")
Scala SBT
libraryDependencies += "jini" % "jini-ext" % "2.1"
Groovy Grape
@Grapes(
  @Grab(group='jini', module='jini-ext', version='2.1')
)
Apache Ivy
<dependency org="jini" name="jini-ext" rev="2.1" />
Leiningen
[jini/jini-ext "2.1"]
Apache Buildr
'jini:jini-ext:jar:2.1'
Dependencies
The project has no third-party dependencies