MVN

com.sun.jini : jarwrapper

Maven & Gradle

Dec 13, 2005
2 usages

Jini Jar Wrapper Jar

<dependency>
    <groupId>com.sun.jini</groupId>
    <artifactId>jarwrapper</artifactId>
    <version>2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.sun.jini : jarwrapper to add to Maven or Gradle - Latest Versions:

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

All Versions

Choose a version of com.sun.jini : jarwrapper to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1
jarwrapper-2.1
jarwrapper-2.1-beta2

How to add a dependency to Maven

Add the following com.sun.jini : jarwrapper maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.sun.jini</groupId>
    <artifactId>jarwrapper</artifactId>
    <version>2.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.sun.jini : jarwrapper gradle dependency to your build.gradle file:

implementation 'com.sun.jini:jarwrapper:2.1'

Gradle Kotlin DSL: Add the following com.sun.jini : jarwrapper gradle kotlin dependency to your build.gradle.kts file:

implementation("com.sun.jini:jarwrapper:2.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.sun.jini : jarwrapper sbt scala dependency to your build.sbt file:

libraryDependencies += "com.sun.jini" % "jarwrapper" % "2.1"