License |
License |
---|---|
GroupId | GroupIdorg.laxture |
ArtifactId | ArtifactIdskr-app-auth |
Version | Version0.1.0 |
Type | Typejar |
Description |
Descriptionskr-app-auth
skr project is a Spring Boot/Cloud project skeleton that define abstraction of JWT based security configuration.
|
Project URL |
Project URL |
Project Organization |
Project Organizationorg.laxture |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
skr-app-auth-0.1.0.pom | |
skr-app-auth-0.1.0.jar | 4 KB |
skr-app-auth-0.1.0-sources.jar | 4 KB |
skr-app-auth-0.1.0-javadoc.jar | 394 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.laxture/skr-app-auth/ -->
<dependency>
<groupId>org.laxture</groupId>
<artifactId>skr-app-auth</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.laxture/skr-app-auth/
implementation 'org.laxture:skr-app-auth:0.1.0'
// https://jarcasting.com/artifacts/org.laxture/skr-app-auth/
implementation ("org.laxture:skr-app-auth:0.1.0")
'org.laxture:skr-app-auth:jar:0.1.0'
<dependency org="org.laxture" name="skr-app-auth" rev="0.1.0">
<artifact name="skr-app-auth" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.laxture', module='skr-app-auth', version='0.1.0')
)
libraryDependencies += "org.laxture" % "skr-app-auth" % "0.1.0"
[org.laxture/skr-app-auth "0.1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.8 |
org.laxture : skr-common | jar | 0.1.0 |
org.springframework.boot : spring-boot-starter-security | jar |