Giter VIP home page Giter VIP logo

java-beacon-v2.api's Introduction

These are Java Beans classes for the Beacon API v2.0.0 specification JSON schema.

Compiling:

>git https://github.com/elixir-europe/java-beacon-v2.api.git
>cd java-beacon-v2-api
>mvn install

Maven will build three libraries:

  1. beacon-framework/target/beacon-framework-2.x.x.jar these are java model classes for Beacon v2 framwork
  2. beacon-data-model/target/beacon-data-model-2.x.x.jar these are the java interfaces for Beacon v2 models
  3. beacon-model/target/beacon-model-2.x.x.jar these are the java interfaces for Beacon v2 endpoints

Most probably, you wont be needed to manually compile this project, but rather include the libararies in your own project

To include Beacon beans in a maven project (pom.xml):

<dependencies>
    <dependency>
        <groupId>es.bsc.inb.ga4gh</groupId>
        <artifactId>beacon-model</artifactId>
        <version>2.x.x</version>
    </dependency>
</dependencies>
     
<repositories>
    <repository>
        <id>gitlab-bsc-maven</id>
        <url>https://inb.bsc.es/maven</url>
    </repository>
</repositories>

java-beacon-v2.api's People

Contributors

redmitry avatar

Watchers

Björn Grüning avatar Juan Areans avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.