MVN

com.sun.japex.jdsl : jdsl

Maven & Gradle

Feb 18, 2011
1 usages
<dependency>
    <groupId>com.sun.japex.jdsl</groupId>
    <artifactId>jdsl</artifactId>
    <version>1.0.25</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.0.25

All Versions

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

Version Vulnerabilities Updated
1.1.x
jdsl-1.1.8
jdsl-1.1.7
jdsl-1.1.6
jdsl-1.1.5
jdsl-1.1.4
jdsl-1.1.3
jdsl-1.1.2
jdsl-1.1.1
jdsl-1.1.0
1.0.x
jdsl-1.0.30
jdsl-1.0.29
jdsl-1.0.27
jdsl-1.0.26
jdsl-1.0.25
jdsl-1.0.22
jdsl-1.0.21
jdsl-1.0.20
jdsl-1.0.19
jdsl-1.0.18
jdsl-1.0.16
jdsl-1.0.11

How to add a dependency to Maven

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

<dependency>
    <groupId>com.sun.japex.jdsl</groupId>
    <artifactId>jdsl</artifactId>
    <version>1.0.25</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.sun.japex.jdsl:jdsl:1.0.25'

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

implementation("com.sun.japex.jdsl:jdsl:1.0.25")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.sun.japex.jdsl" % "jdsl" % "1.0.25"

Advertisement