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