MVN

org.obolibrary.robot : robot

Maven & Gradle

May 23, 2023
243 stars

robot · ROBOT is an OBO Tool: A library and command-line tool for working with OWL ontologies, especially Open Biological and Biomedical Ontologes (OBO).

<dependency>
    <groupId>org.obolibrary.robot</groupId>
    <artifactId>robot</artifactId>
    <version>1.9.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.obolibrary.robot : robot to add to Maven - Latest Versions:

  • Latest Stable: 1.9.4

All Versions

Choose a version of org.obolibrary.robot : robot to add to Maven - All Versions:

Version Vulnerabilities Updated
1.9.x
robot-1.9.4
robot-1.9.3
robot-1.9.2
robot-1.9.1
robot-1.9.0
1.8.x
robot-1.8.4
robot-1.8.3
robot-1.8.2
robot-1.8.1
robot-1.8.0
1.7.x
robot-1.7.2
robot-1.7.1
robot-1.7.0
1.6.x
robot-1.6.0
1.5.x
robot-1.5.0
1.4.x
robot-1.4.3
robot-1.4.2
robot-1.4.1
robot-1.4.0
1.3.x
robot-1.3.0
1.2.x
robot-1.2.0
1.1.x
robot-1.1.0
1.0.x
robot-1.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.obolibrary.robot</groupId>
    <artifactId>robot</artifactId>
    <version>1.9.4</version>
</dependency>

Advertisement