is not current version
Last Version 1.1

com.elevenware:tokenlib 1.0

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

GroupId

GroupId

com.elevenware
ArtifactId

ArtifactId

tokenlib
Version

Version

1.0
Type

Type

jar

Download tokenlib 1.0


<!-- https://jarcasting.com/artifacts/com.elevenware/tokenlib/ -->
<dependency>
    <groupId>com.elevenware</groupId>
    <artifactId>tokenlib</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.elevenware/tokenlib/
implementation 'com.elevenware:tokenlib:1.0'
// https://jarcasting.com/artifacts/com.elevenware/tokenlib/
implementation ("com.elevenware:tokenlib:1.0")
'com.elevenware:tokenlib:jar:1.0'
<dependency org="com.elevenware" name="tokenlib" rev="1.0">
  <artifact name="tokenlib" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.elevenware', module='tokenlib', version='1.0')
)
libraryDependencies += "com.elevenware" % "tokenlib" % "1.0"
[com.elevenware/tokenlib "1.0"]