GroupId | GroupIdtech.mhuang |
---|---|
ArtifactId | ArtifactIdhmtool-ext-jwt-springboot |
Version | Version1.6.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/tech.mhuang/hmtool-ext-jwt-springboot/ -->
<dependency>
<groupId>tech.mhuang</groupId>
<artifactId>hmtool-ext-jwt-springboot</artifactId>
<version>1.6.1</version>
</dependency>
// https://jarcasting.com/artifacts/tech.mhuang/hmtool-ext-jwt-springboot/
implementation 'tech.mhuang:hmtool-ext-jwt-springboot:1.6.1'
// https://jarcasting.com/artifacts/tech.mhuang/hmtool-ext-jwt-springboot/
implementation ("tech.mhuang:hmtool-ext-jwt-springboot:1.6.1")
'tech.mhuang:hmtool-ext-jwt-springboot:jar:1.6.1'
<dependency org="tech.mhuang" name="hmtool-ext-jwt-springboot" rev="1.6.1">
<artifact name="hmtool-ext-jwt-springboot" type="jar" />
</dependency>
@Grapes(
@Grab(group='tech.mhuang', module='hmtool-ext-jwt-springboot', version='1.6.1')
)
libraryDependencies += "tech.mhuang" % "hmtool-ext-jwt-springboot" % "1.6.1"
[tech.mhuang/hmtool-ext-jwt-springboot "1.6.1"]