GroupId | GroupIdcom.frontegg.sdk |
---|---|
ArtifactId | ArtifactIdauthenticator |
Version | Version0.0.3 |
Type | Typejar |
Filename | Size |
---|---|
authenticator-0.0.3.pom | |
authenticator-0.0.3.jar | 6 KB |
authenticator-0.0.3-sources.jar | 4 KB |
authenticator-0.0.3-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.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.frontegg.sdk/authenticator/
implementation 'com.frontegg.sdk:authenticator:0.0.3'
// https://jarcasting.com/artifacts/com.frontegg.sdk/authenticator/
implementation ("com.frontegg.sdk:authenticator:0.0.3")
'com.frontegg.sdk:authenticator:jar:0.0.3'
<dependency org="com.frontegg.sdk" name="authenticator" rev="0.0.3">
<artifact name="authenticator" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.frontegg.sdk', module='authenticator', version='0.0.3')
)
libraryDependencies += "com.frontegg.sdk" % "authenticator" % "0.0.3"
[com.frontegg.sdk/authenticator "0.0.3"]