Download auth-0.9.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 0.9.0 in this page.

License

The Apache Software License, Version 2.0

Build File

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

<dependency>
   <groupId>com.redhat.lightblue.rest</groupId>
   <artifactId>auth</artifactId>
   <version>0.9.0</version>
</dependency>
compile group: 'com.redhat.lightblue.rest', name: 'auth', version: '0.9.0'
libraryDependencies += "com.redhat.lightblue.rest" % "auth" % "0.9.0"
<dependency org="com.redhat.lightblue.rest" name="auth" rev="0.9.0"/>
@Grapes(@Grab(group='com.redhat.lightblue.rest', module='auth', version='0.9.0'))
'com.redhat.lightblue.rest:auth:jar:0.9.0'

Download

Click the following link to download the jar file.

auth-0.9.0-javadoc.jar
auth-0.9.0-sources.jar
auth-0.9.0.jar
auth-0.9.0.pom



Related Tutorials