| License |
License |
|---|---|
| GroupId | GroupIdorg.seedstack.addons.oauth |
| ArtifactId | ArtifactIdoauth |
| Version | Version3.3.0 |
| Type | Typejar |
| Description |
DescriptionClean Java development
|
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| oauth-3.3.0.pom | |
| oauth-3.3.0.jar | 57 KB |
| oauth-3.3.0-sources.jar | 32 KB |
| oauth-3.3.0-javadoc.jar | 508 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.seedstack.addons.oauth/oauth/ -->
<dependency>
<groupId>org.seedstack.addons.oauth</groupId>
<artifactId>oauth</artifactId>
<version>3.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.seedstack.addons.oauth/oauth/
implementation 'org.seedstack.addons.oauth:oauth:3.3.0'
// https://jarcasting.com/artifacts/org.seedstack.addons.oauth/oauth/
implementation ("org.seedstack.addons.oauth:oauth:3.3.0")
'org.seedstack.addons.oauth:oauth:jar:3.3.0'
<dependency org="org.seedstack.addons.oauth" name="oauth" rev="3.3.0">
<artifact name="oauth" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.seedstack.addons.oauth', module='oauth', version='3.3.0')
)
libraryDependencies += "org.seedstack.addons.oauth" % "oauth" % "3.3.0"
[org.seedstack.addons.oauth/oauth "3.3.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.seedstack.seed : seed-core | jar | 3.12.0 |
| org.seedstack.seed : seed-security-core | jar | 3.12.0 |
| org.seedstack.seed : seed-web-security Optional | jar | 3.12.0 |
| com.nimbusds : oauth2-oidc-sdk | jar | 9.5 |
| Group / Artifact | Type | Version |
|---|---|---|
| javax.servlet : javax.servlet-api | jar | 3.0.1 |
| javax.validation : validation-api | jar | 1.1.0.Final |
| com.google.code.findbugs : jsr305 | jar | 3.0.2 |
| com.google.code.findbugs : annotations | jar | 3.0.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.assertj : assertj-core | jar | 3.12.1 |
| org.seedstack.seed : seed-testing-junit4 | jar | 3.12.0 |
| org.mockito : mockito-core | jar | 2.23.4 |
| org.powermock : powermock-core | jar | 1.7.4 |
| org.seedstack.seed : seed-rest-jersey2 | jar | 3.12.0 |
| org.seedstack.seed : seed-web-undertow | jar | 3.12.0 |
| ch.qos.logback : logback-classic | jar | 1.2.3 |
| io.rest-assured : rest-assured | jar | 3.3.0 |