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