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