GroupId | GroupIdcom.j256.two-factor-auth |
---|---|
ArtifactId | ArtifactIdtwo-factor-auth |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
two-factor-auth-1.0.pom | |
two-factor-auth-1.0.jar | 6 KB |
two-factor-auth-1.0-sources.jar | 4 KB |
two-factor-auth-1.0-javadoc.jar | 41 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.j256.two-factor-auth/two-factor-auth/ -->
<dependency>
<groupId>com.j256.two-factor-auth</groupId>
<artifactId>two-factor-auth</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.j256.two-factor-auth/two-factor-auth/
implementation 'com.j256.two-factor-auth:two-factor-auth:1.0'
// https://jarcasting.com/artifacts/com.j256.two-factor-auth/two-factor-auth/
implementation ("com.j256.two-factor-auth:two-factor-auth:1.0")
'com.j256.two-factor-auth:two-factor-auth:jar:1.0'
<dependency org="com.j256.two-factor-auth" name="two-factor-auth" rev="1.0">
<artifact name="two-factor-auth" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.j256.two-factor-auth', module='two-factor-auth', version='1.0')
)
libraryDependencies += "com.j256.two-factor-auth" % "two-factor-auth" % "1.0"
[com.j256.two-factor-auth/two-factor-auth "1.0"]