GroupId | GroupIdcn.vorbote |
---|---|
ArtifactId | ArtifactIdsimple-jwt |
Version | Version2.3.0 |
Type | Typejar |
Filename | Size |
---|---|
simple-jwt-2.3.0.pom | |
simple-jwt-2.3.0.jar | 9 KB |
simple-jwt-2.3.0-sources.jar | 7 KB |
simple-jwt-2.3.0-javadoc.jar | 127 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.vorbote/simple-jwt/ -->
<dependency>
<groupId>cn.vorbote</groupId>
<artifactId>simple-jwt</artifactId>
<version>2.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/cn.vorbote/simple-jwt/
implementation 'cn.vorbote:simple-jwt:2.3.0'
// https://jarcasting.com/artifacts/cn.vorbote/simple-jwt/
implementation ("cn.vorbote:simple-jwt:2.3.0")
'cn.vorbote:simple-jwt:jar:2.3.0'
<dependency org="cn.vorbote" name="simple-jwt" rev="2.3.0">
<artifact name="simple-jwt" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.vorbote', module='simple-jwt', version='2.3.0')
)
libraryDependencies += "cn.vorbote" % "simple-jwt" % "2.3.0"
[cn.vorbote/simple-jwt "2.3.0"]