Download jini-core-2.1.jar file - Jar j

Jar examples for j:jini-core

Description

You can download jar file jini-core 2.1 in this page.

Build File

You can use the following script to add jini-core-2.1.jar to your project.

<dependency>
   <groupId>net.jini</groupId>
   <artifactId>jini-core</artifactId>
   <version>2.1</version>
</dependency>
compile group: 'net.jini', name: 'jini-core', version: '2.1'
libraryDependencies += "net.jini" % "jini-core" % "2.1"
<dependency org="net.jini" name="jini-core" rev="2.1"/>
@Grapes(@Grab(group='net.jini', module='jini-core', version='2.1'))
'net.jini:jini-core:jar:2.1'

Download

Click the following link to download the jar file.

jini-core-2.1.jar
jini-core-2.1.pom



Related Tutorials