Skip to content

SequencingDOTcom/RTP-API-Gradle-Maven-OAuth-Java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 gittaca@sequencing.com 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.

About

Sequencing.com's OAuth2 & File Selector as a Maven plugin for Java apps

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages