| License |
License |
|---|---|
| Categories |
CategoriesJava Languages |
| GroupId | GroupIdcom.authy |
| ArtifactId | ArtifactIdauthy-java |
| Last Version | Last Version1.5.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionAuthy Java
Java library to access the Authy API.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| authy-java-1.5.1.pom | |
| authy-java-1.5.1.jar | 52 KB |
| authy-java-1.5.1-sources.jar | 25 KB |
| authy-java-1.5.1-javadoc.jar | 183 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.authy/authy-java/ -->
<dependency>
<groupId>com.authy</groupId>
<artifactId>authy-java</artifactId>
<version>1.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.authy/authy-java/
implementation 'com.authy:authy-java:1.5.1'
// https://jarcasting.com/artifacts/com.authy/authy-java/
implementation ("com.authy:authy-java:1.5.1")
'com.authy:authy-java:jar:1.5.1'
<dependency org="com.authy" name="authy-java" rev="1.5.1">
<artifact name="authy-java" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.authy', module='authy-java', version='1.5.1')
)
libraryDependencies += "com.authy" % "authy-java" % "1.5.1"
[com.authy/authy-java "1.5.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.json : json | jar | 20150729 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |
| com.github.tomakehurst : wiremock | jar | 2.11.0 |