Sage-Bionetworks/BridgeJavaSDK

Name: BridgeJavaSDK

Owner: Sage Bionetworks

Description: Java SDK for the BridgePF server

Created: 2014-09-12 17:36:57.0

Updated: 2016-01-11 23:47:15.0

Pushed: 2018-01-09 18:26:21.0

Homepage: null

Size: 4779

Language: Java

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Bridge Java SDK

Build Status

This is the Java SDK for the Bridge Server. For documentation on the REST services provided by Bridge, see our Developer Portal.

This SDK project has three sub-projects:

Using the Java SDK

Here's an example of referencing the JAR via Maven:

<project>
    ...
    <dependencies>
        <dependency>
            <groupId>org.sagebionetworks</groupId>
            <artifactId>rest-client</artifactId>
            <version>0.12.3</version>
        </dependency>
    </dependencies>
    ...
    <repositories>
        <repository>
            <id>org-sagebridge-repo-maven-releases</id>
            <name>org-sagebridge-repo-maven-releases</name>
            <url>http://repo-maven.sagebridge.org/</url>
        </repository>
    </repositories> 
</project>
For developers working on the libraries

This project requires that you have Java and Maven installed, and you'll need to fork this repository. As is the case with other projects at Sage Bionetworks, we recommend you fork and pull down a local copy, and then set the origin repository as a remote:

git remote add upstream https://github.com/Sage-Bionetworks/BridgeJavaSDK.git
Updating this SDK

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.