Download socialauth-2.0-beta3.jar file - Jar s

Jar examples for s:socialauth

Description

A minimalist social authentication library for Java

You can download jar file socialauth 2.0-beta3 in this page.

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

socialauth-2.0-beta3-javadoc.jar
socialauth-2.0-beta3-sources.jar
socialauth-2.0-beta3.jar
socialauth-2.0-beta3.pom



Related Tutorials