| License |
License |
|---|---|
| Categories |
CategoriesIDE Development Tools H2 Data Databases OAuth2 Security ORM |
| GroupId | GroupIdorg.openidentityplatform.commons.http-framework |
| ArtifactId | ArtifactIdoauth2 |
| Last Version | Last Version2.0.15 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionorg.openidentityplatform.commons.http-framework.oauth2
The HTTP framework provides a uniform client/server HTTP API, which is
script friendly, and includes adapters for various common HTTP libraries
such as Servlet, Apache HTTP Clients, and Grizzly.
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| oauth2-2.0.15.pom | |
| oauth2-2.0.15.jar | 26 KB |
| oauth2-2.0.15-sources.jar | 21 KB |
| oauth2-2.0.15-javadoc.jar | 91 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.openidentityplatform.commons.http-framework/oauth2/ -->
<dependency>
<groupId>org.openidentityplatform.commons.http-framework</groupId>
<artifactId>oauth2</artifactId>
<version>2.0.15</version>
</dependency>
// https://jarcasting.com/artifacts/org.openidentityplatform.commons.http-framework/oauth2/
implementation 'org.openidentityplatform.commons.http-framework:oauth2:2.0.15'
// https://jarcasting.com/artifacts/org.openidentityplatform.commons.http-framework/oauth2/
implementation ("org.openidentityplatform.commons.http-framework:oauth2:2.0.15")
'org.openidentityplatform.commons.http-framework:oauth2:jar:2.0.15'
<dependency org="org.openidentityplatform.commons.http-framework" name="oauth2" rev="2.0.15">
<artifact name="oauth2" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openidentityplatform.commons.http-framework', module='oauth2', version='2.0.15')
)
libraryDependencies += "org.openidentityplatform.commons.http-framework" % "oauth2" % "2.0.15"
[org.openidentityplatform.commons.http-framework/oauth2 "2.0.15"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.openidentityplatform.commons.http-framework : core | jar | 2.0.15 |
| org.openidentityplatform.commons : util | jar | 2.0.15 |
| org.openidentityplatform.commons : json-web-token | jar | 2.0.15 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.assertj : assertj-core | jar | 2.4.1 |
| org.mockito : mockito-core | jar | 2.23.4 |
| org.testng : testng | jar | 6.14.3 |
| org.slf4j : slf4j-nop | jar | 1.7.31 |