GroupId | GroupIdcom.j256.two-factor-auth |
---|---|
ArtifactId | ArtifactIdtwo-factor-auth |
Version | Version0.2 |
Type | Typejar |
Filename | Size |
---|---|
two-factor-auth-0.2.pom | |
two-factor-auth-0.2.jar | 6 KB |
two-factor-auth-0.2-sources.jar | 3 KB |
two-factor-auth-0.2-javadoc.jar | 40 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>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.j256.two-factor-auth/two-factor-auth/
implementation 'com.j256.two-factor-auth:two-factor-auth:0.2'
// https://jarcasting.com/artifacts/com.j256.two-factor-auth/two-factor-auth/
implementation ("com.j256.two-factor-auth:two-factor-auth:0.2")
'com.j256.two-factor-auth:two-factor-auth:jar:0.2'
<dependency org="com.j256.two-factor-auth" name="two-factor-auth" rev="0.2">
<artifact name="two-factor-auth" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.j256.two-factor-auth', module='two-factor-auth', version='0.2')
)
libraryDependencies += "com.j256.two-factor-auth" % "two-factor-auth" % "0.2"
[com.j256.two-factor-auth/two-factor-auth "0.2"]