Categories |
CategoriesSecurity |
---|---|
GroupId | GroupIdcom.lframework |
ArtifactId | ArtifactIdsecurity-jwt-starter |
Version | Version2.1.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.lframework/security-jwt-starter/ -->
<dependency>
<groupId>com.lframework</groupId>
<artifactId>security-jwt-starter</artifactId>
<version>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.lframework/security-jwt-starter/
implementation 'com.lframework:security-jwt-starter:2.1.0'
// https://jarcasting.com/artifacts/com.lframework/security-jwt-starter/
implementation ("com.lframework:security-jwt-starter:2.1.0")
'com.lframework:security-jwt-starter:jar:2.1.0'
<dependency org="com.lframework" name="security-jwt-starter" rev="2.1.0">
<artifact name="security-jwt-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lframework', module='security-jwt-starter', version='2.1.0')
)
libraryDependencies += "com.lframework" % "security-jwt-starter" % "2.1.0"
[com.lframework/security-jwt-starter "2.1.0"]