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