Download socialauth-4.1.jar file - Jar s

Jar examples for s:socialauth

Description

A minimalist social authentication library for Java

You can download jar file socialauth 4.1 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add socialauth-4.1.jar to your project.

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

Download

Click the following link to download the jar file.

socialauth-4.1-javadoc.jar
socialauth-4.1-sources.jar
socialauth-4.1.jar
socialauth-4.1.pom



Related Tutorials