GroupId | GroupIdtech.mhuang.pacebox |
---|---|
ArtifactId | ArtifactIdpacebox-jwt |
Version | Version1.0.2 |
Type | Typejar |
Filename | Size |
---|---|
pacebox-jwt-1.0.2.pom | |
pacebox-jwt-1.0.2.jar | 14 KB |
pacebox-jwt-1.0.2-sources.jar | 8 KB |
pacebox-jwt-1.0.2-javadoc.jar | 86 KB |
Browse |
<!-- https://jarcasting.com/artifacts/tech.mhuang.pacebox/pacebox-jwt/ -->
<dependency>
<groupId>tech.mhuang.pacebox</groupId>
<artifactId>pacebox-jwt</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/tech.mhuang.pacebox/pacebox-jwt/
implementation 'tech.mhuang.pacebox:pacebox-jwt:1.0.2'
// https://jarcasting.com/artifacts/tech.mhuang.pacebox/pacebox-jwt/
implementation ("tech.mhuang.pacebox:pacebox-jwt:1.0.2")
'tech.mhuang.pacebox:pacebox-jwt:jar:1.0.2'
<dependency org="tech.mhuang.pacebox" name="pacebox-jwt" rev="1.0.2">
<artifact name="pacebox-jwt" type="jar" />
</dependency>
@Grapes(
@Grab(group='tech.mhuang.pacebox', module='pacebox-jwt', version='1.0.2')
)
libraryDependencies += "tech.mhuang.pacebox" % "pacebox-jwt" % "1.0.2"
[tech.mhuang.pacebox/pacebox-jwt "1.0.2"]