Categories |
CategoriesSecurity |
---|---|
GroupId | GroupIdus.careydevelopment.ecosystem |
ArtifactId | ArtifactIdjwt-security |
Version | Version1.0.0-RELEASE |
Type | Typejar |
Filename | Size |
---|---|
jwt-security-1.0.0-RELEASE.pom | |
jwt-security-1.0.0-RELEASE.jar | 23 KB |
jwt-security-1.0.0-RELEASE-sources.jar | 13 KB |
jwt-security-1.0.0-RELEASE-javadoc.jar | 512 KB |
Browse |
<!-- https://jarcasting.com/artifacts/us.careydevelopment.ecosystem/jwt-security/ -->
<dependency>
<groupId>us.careydevelopment.ecosystem</groupId>
<artifactId>jwt-security</artifactId>
<version>1.0.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/us.careydevelopment.ecosystem/jwt-security/
implementation 'us.careydevelopment.ecosystem:jwt-security:1.0.0-RELEASE'
// https://jarcasting.com/artifacts/us.careydevelopment.ecosystem/jwt-security/
implementation ("us.careydevelopment.ecosystem:jwt-security:1.0.0-RELEASE")
'us.careydevelopment.ecosystem:jwt-security:jar:1.0.0-RELEASE'
<dependency org="us.careydevelopment.ecosystem" name="jwt-security" rev="1.0.0-RELEASE">
<artifact name="jwt-security" type="jar" />
</dependency>
@Grapes(
@Grab(group='us.careydevelopment.ecosystem', module='jwt-security', version='1.0.0-RELEASE')
)
libraryDependencies += "us.careydevelopment.ecosystem" % "jwt-security" % "1.0.0-RELEASE"
[us.careydevelopment.ecosystem/jwt-security "1.0.0-RELEASE"]