| Categories |
CategoriesIDE Development Tools H2 Data Databases OAuth2 Security ORM |
|---|---|
| GroupId | GroupIdorg.openidentityplatform.openam |
| ArtifactId | ArtifactIdopenam-auth-oauth2 |
| Version | Version14.5.3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| openam-auth-oauth2-14.5.3.pom | |
| openam-auth-oauth2-14.5.3.jar | 78 KB |
| openam-auth-oauth2-14.5.3-sources.jar | 59 KB |
| openam-auth-oauth2-14.5.3-javadoc.jar | 153 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.openidentityplatform.openam/openam-auth-oauth2/ -->
<dependency>
<groupId>org.openidentityplatform.openam</groupId>
<artifactId>openam-auth-oauth2</artifactId>
<version>14.5.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.openidentityplatform.openam/openam-auth-oauth2/
implementation 'org.openidentityplatform.openam:openam-auth-oauth2:14.5.3'
// https://jarcasting.com/artifacts/org.openidentityplatform.openam/openam-auth-oauth2/
implementation ("org.openidentityplatform.openam:openam-auth-oauth2:14.5.3")
'org.openidentityplatform.openam:openam-auth-oauth2:jar:14.5.3'
<dependency org="org.openidentityplatform.openam" name="openam-auth-oauth2" rev="14.5.3">
<artifact name="openam-auth-oauth2" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openidentityplatform.openam', module='openam-auth-oauth2', version='14.5.3')
)
libraryDependencies += "org.openidentityplatform.openam" % "openam-auth-oauth2" % "14.5.3"
[org.openidentityplatform.openam/openam-auth-oauth2 "14.5.3"]