License |
License |
---|---|
Categories |
CategoriesJSON Data |
GroupId | GroupIdcom.googlecode.jsontoken |
ArtifactId | ArtifactIdjsontoken |
Last Version | Last Version1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjsontoken
JWT implementation
|
Project URL |
Project URL |
Filename | Size |
---|---|
jsontoken-1.1.pom | |
jsontoken-1.1.jar | 36 KB |
jsontoken-1.1-sources.jar | 38 KB |
jsontoken-1.1-javadoc.jar | 191 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.googlecode.jsontoken/jsontoken/ -->
<dependency>
<groupId>com.googlecode.jsontoken</groupId>
<artifactId>jsontoken</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.jsontoken/jsontoken/
implementation 'com.googlecode.jsontoken:jsontoken:1.1'
// https://jarcasting.com/artifacts/com.googlecode.jsontoken/jsontoken/
implementation ("com.googlecode.jsontoken:jsontoken:1.1")
'com.googlecode.jsontoken:jsontoken:jar:1.1'
<dependency org="com.googlecode.jsontoken" name="jsontoken" rev="1.1">
<artifact name="jsontoken" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.jsontoken', module='jsontoken', version='1.1')
)
libraryDependencies += "com.googlecode.jsontoken" % "jsontoken" % "1.1"
[com.googlecode.jsontoken/jsontoken "1.1"]
Group / Artifact | Type | Version |
---|---|---|
com.google.code.gson : gson | jar | 1.4 |
commons-codec : commons-codec | jar | 1.4 |
com.google.collections : google-collections | jar | 1.0 |
joda-time : joda-time | jar | 1.6 |
javax.servlet : servlet-api | jar | 2.5 |
org.apache.httpcomponents : httpcore | jar | 4.0.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |