MVN

ch.softappeal.yass : yass-jdk1.6

Maven & Gradle

Mar 23, 2014
25 stars

yass-jdk1.6 · Yet Another Service Solution

<dependency>
    <groupId>ch.softappeal.yass</groupId>
    <artifactId>yass-jdk1.6</artifactId>
    <version>21.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ch.softappeal.yass : yass-jdk1.6 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 21.0

All Versions

Choose a version of ch.softappeal.yass : yass-jdk1.6 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
21.0
yass-jdk1.6-21.0
20.0
yass-jdk1.6-20.0
19.0
yass-jdk1.6-19.0

How to add a dependency to Maven

Add the following ch.softappeal.yass : yass-jdk1.6 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>ch.softappeal.yass</groupId>
    <artifactId>yass-jdk1.6</artifactId>
    <version>21.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ch.softappeal.yass : yass-jdk1.6 gradle dependency to your build.gradle file:

implementation 'ch.softappeal.yass:yass-jdk1.6:21.0'

Gradle Kotlin DSL: Add the following ch.softappeal.yass : yass-jdk1.6 gradle kotlin dependency to your build.gradle.kts file:

implementation("ch.softappeal.yass:yass-jdk1.6:21.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following ch.softappeal.yass : yass-jdk1.6 sbt scala dependency to your build.sbt file:

libraryDependencies += "ch.softappeal.yass" % "yass-jdk1.6" % "21.0"