PRIDE-Archive/archive-ws-client-java

Name: archive-ws-client-java

Owner: PRIDE-Archive

Description: Java-based client for the PRIDE Archive Web-Services

Created: 2014-12-04 16:27:42.0

Updated: 2015-03-30 14:49:21.0

Pushed: 2015-03-30 14:49:21.0

Homepage: null

Size: 348

Language: Java

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Build Status

archive-ws-client-java

A Java client for the PRIDE Archive web service

To use it as a maven dependency
<dependencies>
    <dependency>
        <groupId>uk.ac.ebi.pride.archive</groupId>
        <artifactId>archive-ws-client</artifactId>
        <version>0.1.0-SNAPSHOT</version>
    </dependency>
</dependencies>

<repositories>
    <repository>
        <id>archive-ws-client-java-mvn-repo</id>
        <url>https://raw.github.com/PRIDE-Utilities/archive-ws-client-java/mvn-repo/</url>
        <snapshots>
            <enabled>true</enabled>
            <updatePolicy>always</updatePolicy>
        </snapshots>
    </repository>
</repositories>

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.