| License |
License |
|---|---|
| GroupId | GroupIdcom.github.onskola |
| ArtifactId | ArtifactIdAuthorization-server |
| Last Version | Last Version1.0.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionAuthorization-server
JWT oauth
|
| Filename | Size |
|---|---|
| Authorization-server-1.0.1.pom | |
| Authorization-server-1.0.1.jar | 64 MB |
| Authorization-server-1.0.1-sources.jar | 10 KB |
| Authorization-server-1.0.1-javadoc.jar | 112 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.onskola/Authorization-server/ -->
<dependency>
<groupId>com.github.onskola</groupId>
<artifactId>Authorization-server</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.onskola/Authorization-server/
implementation 'com.github.onskola:Authorization-server:1.0.1'
// https://jarcasting.com/artifacts/com.github.onskola/Authorization-server/
implementation ("com.github.onskola:Authorization-server:1.0.1")
'com.github.onskola:Authorization-server:jar:1.0.1'
<dependency org="com.github.onskola" name="Authorization-server" rev="1.0.1">
<artifact name="Authorization-server" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.onskola', module='Authorization-server', version='1.0.1')
)
libraryDependencies += "com.github.onskola" % "Authorization-server" % "1.0.1"
[com.github.onskola/Authorization-server "1.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-starter-security | jar | 2.3.3.RELEASE |
| javax.validation : validation-api | jar | 2.0.1.Final |
| org.springframework.boot : spring-boot-starter-data-jpa | jar | 2.3.3.RELEASE |
| org.springframework.boot : spring-boot-starter-web | jar | 2.3.3.RELEASE |
| io.jsonwebtoken : jjwt | jar | 0.9.1 |
| org.springframework.cloud : spring-cloud-config-client | jar | |
| io.springfox : springfox-swagger2 | jar | 2.9.2 |
| io.springfox : springfox-swagger-ui | jar | 2.9.2 |
| org.springframework.cloud : spring-cloud-starter-netflix-eureka-client | jar | |
| org.projectlombok : lombok Optional | jar | 1.18.12 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.postgresql : postgresql | jar | 42.2.14 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-starter-test | jar | 2.3.3.RELEASE |