Download auth-2.6.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.6 in this page.

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

auth-2.6-javadoc.jar
auth-2.6.pom



Related Tutorials