Download oauth-server-0.10.jar file - Jar o

Jar examples for o:oauth-server

Description

You can download jar file oauth-server 0.10 in this page.

License

Open Source License

Build File

You can use the following script to add oauth-server-0.10.jar to your project.

<dependency>
   <groupId>de.adorsys.oauth</groupId>
   <artifactId>oauth-server</artifactId>
   <version>0.10</version>
</dependency>
compile group: 'de.adorsys.oauth', name: 'oauth-server', version: '0.10'
libraryDependencies += "de.adorsys.oauth" % "oauth-server" % "0.10"
<dependency org="de.adorsys.oauth" name="oauth-server" rev="0.10"/>
@Grapes(@Grab(group='de.adorsys.oauth', module='oauth-server', version='0.10'))
'de.adorsys.oauth:oauth-server:jar:0.10'

Download

Click the following link to download the jar file.

oauth-server-0.10-javadoc.jar
oauth-server-0.10-sources.jar
oauth-server-0.10.jar
oauth-server-0.10.pom



Related Tutorials