MVN

com.github.sink772 : javaee-tokens

Maven & Gradle

Jun 28, 2023
4 stars

javaee-tokens · A Java SCORE Library for ICON Standard Tokens

<dependency>
    <groupId>com.github.sink772</groupId>
    <artifactId>javaee-tokens</artifactId>
    <version>0.6.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.sink772 : javaee-tokens to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.6.4

All Versions

Choose a version of com.github.sink772 : javaee-tokens to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.6.x
javaee-tokens-0.6.4
javaee-tokens-0.6.3
javaee-tokens-0.6.2
javaee-tokens-0.6.1
javaee-tokens-0.6.0
0.5.x
javaee-tokens-0.5.7
javaee-tokens-0.5.6
javaee-tokens-0.5.5
javaee-tokens-0.5.4

How to add a dependency to Maven

Add the following com.github.sink772 : javaee-tokens maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.sink772</groupId>
    <artifactId>javaee-tokens</artifactId>
    <version>0.6.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.sink772 : javaee-tokens gradle dependency to your build.gradle file:

implementation 'com.github.sink772:javaee-tokens:0.6.4'

Gradle Kotlin DSL: Add the following com.github.sink772 : javaee-tokens gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.sink772:javaee-tokens:0.6.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.sink772 : javaee-tokens sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.sink772" % "javaee-tokens" % "0.6.4"

Advertisement