Download jersey-oauth2-protocol-impl-0.7.jar file - Jar j

Jar examples for j:jersey-oauth2-protocol-impl

Description

You can download jar file jersey-oauth2-protocol-impl 0.7 in this page.

Build File

You can use the following script to add jersey-oauth2-protocol-impl-0.7.jar to your project.

<dependency>
   <groupId>com.github.hburgmeier.jerseyoauth2</groupId>
   <artifactId>jersey-oauth2-protocol-impl</artifactId>
   <version>0.7</version>
</dependency>
compile group: 'com.github.hburgmeier.jerseyoauth2', name: 'jersey-oauth2-protocol-impl', version: '0.7'
libraryDependencies += "com.github.hburgmeier.jerseyoauth2" % "jersey-oauth2-protocol-impl" % "0.7"
<dependency org="com.github.hburgmeier.jerseyoauth2" name="jersey-oauth2-protocol-impl" rev="0.7"/>
@Grapes(@Grab(group='com.github.hburgmeier.jerseyoauth2', module='jersey-oauth2-protocol-impl', version='0.7'))
'com.github.hburgmeier.jerseyoauth2:jersey-oauth2-protocol-impl:jar:0.7'

Download

Click the following link to download the jar file.

jersey-oauth2-protocol-impl-0.7-javadoc.jar
jersey-oauth2-protocol-impl-0.7-sources.jar
jersey-oauth2-protocol-impl-0.7.jar
jersey-oauth2-protocol-impl-0.7.pom



Related Tutorials