GroupId | GroupIdtech.mhuang |
---|---|
ArtifactId | ArtifactIdhmtool-ext-jwt |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
hmtool-ext-jwt-1.0.0.pom | |
hmtool-ext-jwt-1.0.0.jar | 10 KB |
hmtool-ext-jwt-1.0.0-sources.jar | 6 KB |
hmtool-ext-jwt-1.0.0-javadoc.jar | 73 KB |
Browse |
<!-- https://jarcasting.com/artifacts/tech.mhuang/hmtool-ext-jwt/ -->
<dependency>
<groupId>tech.mhuang</groupId>
<artifactId>hmtool-ext-jwt</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/tech.mhuang/hmtool-ext-jwt/
implementation 'tech.mhuang:hmtool-ext-jwt:1.0.0'
// https://jarcasting.com/artifacts/tech.mhuang/hmtool-ext-jwt/
implementation ("tech.mhuang:hmtool-ext-jwt:1.0.0")
'tech.mhuang:hmtool-ext-jwt:jar:1.0.0'
<dependency org="tech.mhuang" name="hmtool-ext-jwt" rev="1.0.0">
<artifact name="hmtool-ext-jwt" type="jar" />
</dependency>
@Grapes(
@Grab(group='tech.mhuang', module='hmtool-ext-jwt', version='1.0.0')
)
libraryDependencies += "tech.mhuang" % "hmtool-ext-jwt" % "1.0.0"
[tech.mhuang/hmtool-ext-jwt "1.0.0"]