GroupId | GroupIdcom.frontegg.sdk |
---|---|
ArtifactId | ArtifactIdauthenticator |
Version | Version0.0.2 |
Type | Typejar |
Filename | Size |
---|---|
authenticator-0.0.2.pom | |
authenticator-0.0.2.jar | 6 KB |
authenticator-0.0.2-sources.jar | 4 KB |
authenticator-0.0.2-javadoc.jar | 43 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.frontegg.sdk/authenticator/ -->
<dependency>
<groupId>com.frontegg.sdk</groupId>
<artifactId>authenticator</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.frontegg.sdk/authenticator/
implementation 'com.frontegg.sdk:authenticator:0.0.2'
// https://jarcasting.com/artifacts/com.frontegg.sdk/authenticator/
implementation ("com.frontegg.sdk:authenticator:0.0.2")
'com.frontegg.sdk:authenticator:jar:0.0.2'
<dependency org="com.frontegg.sdk" name="authenticator" rev="0.0.2">
<artifact name="authenticator" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.frontegg.sdk', module='authenticator', version='0.0.2')
)
libraryDependencies += "com.frontegg.sdk" % "authenticator" % "0.0.2"
[com.frontegg.sdk/authenticator "0.0.2"]