Download crtauth-0.2.1.jar file - Jar c

Jar examples for c:crtauth

Description

A public key backed client/server authentication system

You can download jar file crtauth 0.2.1 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add crtauth-0.2.1.jar to your project.

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

Download

Click the following link to download the jar file.

crtauth-0.2.1-javadoc.jar
crtauth-0.2.1-sources.jar
crtauth-0.2.1.jar
crtauth-0.2.1.pom



Related Tutorials