Categories |
CategoriesSecurity |
---|---|
GroupId | GroupIdorg.minbox.framework |
ArtifactId | ArtifactIdapi-boot-starter-security-oauth-jwt |
Version | Version1.0.2.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.minbox.framework/api-boot-starter-security-oauth-jwt/ -->
<dependency>
<groupId>org.minbox.framework</groupId>
<artifactId>api-boot-starter-security-oauth-jwt</artifactId>
<version>1.0.2.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.minbox.framework/api-boot-starter-security-oauth-jwt/
implementation 'org.minbox.framework:api-boot-starter-security-oauth-jwt:1.0.2.RELEASE'
// https://jarcasting.com/artifacts/org.minbox.framework/api-boot-starter-security-oauth-jwt/
implementation ("org.minbox.framework:api-boot-starter-security-oauth-jwt:1.0.2.RELEASE")
'org.minbox.framework:api-boot-starter-security-oauth-jwt:jar:1.0.2.RELEASE'
<dependency org="org.minbox.framework" name="api-boot-starter-security-oauth-jwt" rev="1.0.2.RELEASE">
<artifact name="api-boot-starter-security-oauth-jwt" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.minbox.framework', module='api-boot-starter-security-oauth-jwt', version='1.0.2.RELEASE')
)
libraryDependencies += "org.minbox.framework" % "api-boot-starter-security-oauth-jwt" % "1.0.2.RELEASE"
[org.minbox.framework/api-boot-starter-security-oauth-jwt "1.0.2.RELEASE"]