Categories |
CategoriesIDE Development Tools ORM Data |
---|---|
GroupId | GroupIdorg.openidentityplatform.openam |
ArtifactId | ArtifactIdopenam-server-auth-ui |
Version | Version14.5.4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.openidentityplatform.openam/openam-server-auth-ui/ -->
<dependency>
<groupId>org.openidentityplatform.openam</groupId>
<artifactId>openam-server-auth-ui</artifactId>
<version>14.5.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.openidentityplatform.openam/openam-server-auth-ui/
implementation 'org.openidentityplatform.openam:openam-server-auth-ui:14.5.4'
// https://jarcasting.com/artifacts/org.openidentityplatform.openam/openam-server-auth-ui/
implementation ("org.openidentityplatform.openam:openam-server-auth-ui:14.5.4")
'org.openidentityplatform.openam:openam-server-auth-ui:jar:14.5.4'
<dependency org="org.openidentityplatform.openam" name="openam-server-auth-ui" rev="14.5.4">
<artifact name="openam-server-auth-ui" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openidentityplatform.openam', module='openam-server-auth-ui', version='14.5.4')
)
libraryDependencies += "org.openidentityplatform.openam" % "openam-server-auth-ui" % "14.5.4"
[org.openidentityplatform.openam/openam-server-auth-ui "14.5.4"]