Categories |
CategoriesSecurity |
---|---|
GroupId | GroupIdcn.structured |
ArtifactId | ArtifactIdstructure-jwt-security-starter |
Version | Version1.0.4.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/cn.structured/structure-jwt-security-starter/ -->
<dependency>
<groupId>cn.structured</groupId>
<artifactId>structure-jwt-security-starter</artifactId>
<version>1.0.4.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/cn.structured/structure-jwt-security-starter/
implementation 'cn.structured:structure-jwt-security-starter:1.0.4.RELEASE'
// https://jarcasting.com/artifacts/cn.structured/structure-jwt-security-starter/
implementation ("cn.structured:structure-jwt-security-starter:1.0.4.RELEASE")
'cn.structured:structure-jwt-security-starter:jar:1.0.4.RELEASE'
<dependency org="cn.structured" name="structure-jwt-security-starter" rev="1.0.4.RELEASE">
<artifact name="structure-jwt-security-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.structured', module='structure-jwt-security-starter', version='1.0.4.RELEASE')
)
libraryDependencies += "cn.structured" % "structure-jwt-security-starter" % "1.0.4.RELEASE"
[cn.structured/structure-jwt-security-starter "1.0.4.RELEASE"]