Download authy-java-1.2.0.jar file - Jar a

Jar examples for a:authy-java

Description

Java library to access the Authy API.

You can download jar file authy-java 1.2.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add authy-java-1.2.0.jar to your project.

<dependency>
   <groupId>com.authy</groupId>
   <artifactId>authy-java</artifactId>
   <version>1.2.0</version>
</dependency>
compile group: 'com.authy', name: 'authy-java', version: '1.2.0'
libraryDependencies += "com.authy" % "authy-java" % "1.2.0"
<dependency org="com.authy" name="authy-java" rev="1.2.0"/>
@Grapes(@Grab(group='com.authy', module='authy-java', version='1.2.0'))
'com.authy:authy-java:jar:1.2.0'

Download

Click the following link to download the jar file.

authy-java-1.2.0-javadoc.jar
authy-java-1.2.0-sources.jar
authy-java-1.2.0.jar
authy-java-1.2.0.pom



Related Tutorials