Gradle and Maven plugin for implementing Sequencing.com's OAuth2 and File Selector in Java applications
This repo contains a Gradle and Maven plugin that will quickly add Sequencing.com's OAuth2 authentication and File Selector to your Java application. This will allow your app to securely connect to and use Sequencing.com's APIs and App Chains.
For OAuth flow reference see here.
This module allows quick integration of Sequencing.com oAuth support to Gradle and Maven based applications
- Java based web applications (plain Servlet example, Spring and Spring Boot example)
- Android applications (example)
- Integration with a Java application
- Resources
- Maintainers
- Contribute
Integration as simple as adding following snippet to your pom.xml if you use Maven for dependency management
<dependency>
<groupId>com.sequencing</groupId>
<artifactId>oauth2-core</artifactId>
<version>1.2</version>
</dependency>
or following line to the "dependencies" section of your build.gradle
compile 'com.sequencing:oauth2-core:1.2'
This repo is actively maintained by Sequencing.com. Email the Sequencing.com bioinformatics team at gittaca@sequencing.com if you require any more information or just to say hola.
We encourage you to passionately fork us. If interested in updating the master branch, please send us a pull request. If the changes contribute positively, we'll let it ride.