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