GroupId | GroupIdorg.forgerock |
---|---|
ArtifactId | ArtifactIdforgerock-authenticator |
Version | Version3.1.0 |
Type | Typeaar |
<!-- https://jarcasting.com/artifacts/org.forgerock/forgerock-authenticator/ -->
<dependency>
<groupId>org.forgerock</groupId>
<artifactId>forgerock-authenticator</artifactId>
<version>3.1.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/org.forgerock/forgerock-authenticator/
implementation 'org.forgerock:forgerock-authenticator:3.1.0'
// https://jarcasting.com/artifacts/org.forgerock/forgerock-authenticator/
implementation ("org.forgerock:forgerock-authenticator:3.1.0")
'org.forgerock:forgerock-authenticator:aar:3.1.0'
<dependency org="org.forgerock" name="forgerock-authenticator" rev="3.1.0">
<artifact name="forgerock-authenticator" type="aar" />
</dependency>
@Grapes(
@Grab(group='org.forgerock', module='forgerock-authenticator', version='3.1.0')
)
libraryDependencies += "org.forgerock" % "forgerock-authenticator" % "3.1.0"
[org.forgerock/forgerock-authenticator "3.1.0"]