Download oauth2-core-1.1.jar file - Jar o

Jar examples for o:oauth2-core

Description

Module provides API access to sequencing.com backend

You can download jar file oauth2-core 1.1 in this page.

License

MIT License

Build File

You can use the following script to add oauth2-core-1.1.jar to your project.

<dependency>
   <groupId>com.sequencing</groupId>
   <artifactId>oauth2-core</artifactId>
   <version>1.1</version>
</dependency>
compile group: 'com.sequencing', name: 'oauth2-core', version: '1.1'
libraryDependencies += "com.sequencing" % "oauth2-core" % "1.1"
<dependency org="com.sequencing" name="oauth2-core" rev="1.1"/>
@Grapes(@Grab(group='com.sequencing', module='oauth2-core', version='1.1'))
'com.sequencing:oauth2-core:jar:1.1'

Download

Click the following link to download the jar file.

oauth2-core-1.1-javadoc.jar
oauth2-core-1.1-sources.jar
oauth2-core-1.1.jar
oauth2-core-1.1.pom



Related Tutorials