Skip to content

Latest commit

 

History

History
50 lines (38 loc) · 2.29 KB

README.md

File metadata and controls

50 lines (38 loc) · 2.29 KB

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

Contents

  • Integration with a Java application
  • Resources
  • Maintainers
  • Contribute

Integration with the Java application

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'

Resources

Maintainers

This repo is actively maintained by Sequencing.com. Email the Sequencing.com bioinformatics team at [email protected] if you require any more information or just to say hola.

Contribute

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.