| License |
License |
|---|---|
| GroupId | GroupIdcom.elevenware |
| ArtifactId | ArtifactIdtokenlib |
| Version | Version1.1 |
| Type | Typejar |
| Description |
Descriptiontokenlib
A simple helper for turning strings and arrays of strings into serializable tokens
|
| Filename | Size |
|---|---|
| tokenlib-1.1.pom | |
| tokenlib-1.1.jar | 2 KB |
| tokenlib-1.1-sources.jar | 1 KB |
| tokenlib-1.1-javadoc.jar | 31 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.elevenware/tokenlib/ -->
<dependency>
<groupId>com.elevenware</groupId>
<artifactId>tokenlib</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.elevenware/tokenlib/
implementation 'com.elevenware:tokenlib:1.1'
// https://jarcasting.com/artifacts/com.elevenware/tokenlib/
implementation ("com.elevenware:tokenlib:1.1")
'com.elevenware:tokenlib:jar:1.1'
<dependency org="com.elevenware" name="tokenlib" rev="1.1">
<artifact name="tokenlib" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.elevenware', module='tokenlib', version='1.1')
)
libraryDependencies += "com.elevenware" % "tokenlib" % "1.1"
[com.elevenware/tokenlib "1.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| commons-codec : commons-codec | jar | 1.9 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |