MVN

bio.singa : singa-all

Maven & Gradle

Sep 23, 2020
6 stars

singa-all · SiNGA (Simulation of Natural Systems using Graph Automata) is an open-source library containing tools especially for structural bioinformatics and systems biology.

<dependency>
    <groupId>bio.singa</groupId>
    <artifactId>singa-all</artifactId>
    <version>0.7.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of bio.singa : singa-all to add to Maven - Latest Versions:

  • Latest Stable: 0.7.0

All Versions

Choose a version of bio.singa : singa-all to add to Maven - All Versions:

  • Version Updated
  • singa-all-0.7.0

    Sep 23, 2020
  • singa-all-0.6.0

    Jul 17, 2019
  • singa-all-0.5.0

    Jun 26, 2019
  • singa-all-0.4.2

    Aug 07, 2018
  • singa-all-0.4.0

    Jul 24, 2018

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>bio.singa</groupId>
    <artifactId>singa-all</artifactId>
    <version>0.7.0</version>
</dependency>

Advertisement