License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdde.coderspack |
ArtifactId | ArtifactIdjwt-spring-boot-sample-app |
Version | Version0.0.1 |
Type | Typejar |
Description |
DescriptionCoders Pack Spring Boot JWT Starter
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/de.coderspack/jwt-spring-boot-sample-app/ -->
<dependency>
<groupId>de.coderspack</groupId>
<artifactId>jwt-spring-boot-sample-app</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/de.coderspack/jwt-spring-boot-sample-app/
implementation 'de.coderspack:jwt-spring-boot-sample-app:0.0.1'
// https://jarcasting.com/artifacts/de.coderspack/jwt-spring-boot-sample-app/
implementation ("de.coderspack:jwt-spring-boot-sample-app:0.0.1")
'de.coderspack:jwt-spring-boot-sample-app:jar:0.0.1'
<dependency org="de.coderspack" name="jwt-spring-boot-sample-app" rev="0.0.1">
<artifact name="jwt-spring-boot-sample-app" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.coderspack', module='jwt-spring-boot-sample-app', version='0.0.1')
)
libraryDependencies += "de.coderspack" % "jwt-spring-boot-sample-app" % "0.0.1"
[de.coderspack/jwt-spring-boot-sample-app "0.0.1"]
Group / Artifact | Type | Version |
---|---|---|
de.coderspack : jwt-spring-boot-starter | jar | 0.0.1 |
org.springframework.boot : spring-boot-starter-data-jpa | jar | 2.2.1.RELEASE |
org.springframework.boot : spring-boot-starter-data-rest | jar | 2.2.1.RELEASE |
org.springframework.boot : spring-boot-devtools | jar | 2.2.1.RELEASE |
org.springframework.security : spring-security-test | jar | 5.2.0.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-security | jar | 2.2.1.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
com.h2database : h2 | jar | 1.4.199 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.2.1.RELEASE |
org.junit.jupiter : junit-jupiter | jar | 5.5.2 |