MVN

com.elevenware : tokenlib

Maven & Gradle

Sep 24, 2014
0 stars

tokenlib · A simple helper for turning strings and arrays of strings into serializable tokens

<dependency>
    <groupId>com.elevenware</groupId>
    <artifactId>tokenlib</artifactId>
    <version>1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.elevenware : tokenlib to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1

All Versions

Choose a version of com.elevenware : tokenlib to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1
tokenlib-1.1
1.0
tokenlib-1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.elevenware</groupId>
    <artifactId>tokenlib</artifactId>
    <version>1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.elevenware : tokenlib gradle dependency to your build.gradle file:

implementation 'com.elevenware:tokenlib:1.1'

Gradle Kotlin DSL: Add the following com.elevenware : tokenlib gradle kotlin dependency to your build.gradle.kts file:

implementation("com.elevenware:tokenlib:1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.elevenware : tokenlib sbt scala dependency to your build.sbt file:

libraryDependencies += "com.elevenware" % "tokenlib" % "1.1"