Download mvc-auth-commons-0.1.2.jar file - Jar m

Jar examples for m:mvc-auth-commons

Description

Java library that simplifies the use of Auth0 for server-side MVC web apps

You can download jar file mvc-auth-commons 0.1.2 in this page.

License

The MIT License (MIT)

Build File

You can use the following script to add mvc-auth-commons-0.1.2.jar to your project.

<dependency>
   <groupId>com.auth0</groupId>
   <artifactId>mvc-auth-commons</artifactId>
   <version>0.1.2</version>
</dependency>
compile group: 'com.auth0', name: 'mvc-auth-commons', version: '0.1.2'
libraryDependencies += "com.auth0" % "mvc-auth-commons" % "0.1.2"
<dependency org="com.auth0" name="mvc-auth-commons" rev="0.1.2"/>
@Grapes(@Grab(group='com.auth0', module='mvc-auth-commons', version='0.1.2'))
'com.auth0:mvc-auth-commons:jar:0.1.2'

Download

Click the following link to download the jar file.

mvc-auth-commons-0.1.2-javadoc.jar
mvc-auth-commons-0.1.2-sources.jar
mvc-auth-commons-0.1.2.jar
mvc-auth-commons-0.1.2.pom



Related Tutorials