Download auth-2.7.0.jar file - Jar a

Jar examples for a:auth

Description

This is the org.adeptnet.auth common library for Kerbros / SAML Authentication

You can download jar file auth 2.7.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add auth-2.7.0.jar to your project.

<dependency>
   <groupId>com.palomamobile.android.sdk</groupId>
   <artifactId>auth</artifactId>
   <version>2.7.0</version>
</dependency>
compile group: 'com.palomamobile.android.sdk', name: 'auth', version: '2.7.0'
libraryDependencies += "com.palomamobile.android.sdk" % "auth" % "2.7.0"
<dependency org="com.palomamobile.android.sdk" name="auth" rev="2.7.0"/>
@Grapes(@Grab(group='com.palomamobile.android.sdk', module='auth', version='2.7.0'))
'com.palomamobile.android.sdk:auth:jar:2.7.0'

Download

Click the following link to download the jar file.

auth-2.7.0-javadoc.jar
auth-2.7.0-sources.jar
auth-2.7.0.pom



Related Tutorials