is not current version
Last Version 1.9.0

org.obolibrary.robot:robot-core 1.4.1

Core library for ROBOT: Library for working with OWL ontologies, especially Open Biological and Biomedical Ontologes (OBO).

GroupId

GroupId

org.obolibrary.robot
ArtifactId

ArtifactId

robot-core
Version

Version

1.4.1
Type

Type

jar

Download robot-core 1.4.1


<!-- https://jarcasting.com/artifacts/org.obolibrary.robot/robot-core/ -->
<dependency>
    <groupId>org.obolibrary.robot</groupId>
    <artifactId>robot-core</artifactId>
    <version>1.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.obolibrary.robot/robot-core/
implementation 'org.obolibrary.robot:robot-core:1.4.1'
// https://jarcasting.com/artifacts/org.obolibrary.robot/robot-core/
implementation ("org.obolibrary.robot:robot-core:1.4.1")
'org.obolibrary.robot:robot-core:jar:1.4.1'
<dependency org="org.obolibrary.robot" name="robot-core" rev="1.4.1">
  <artifact name="robot-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.obolibrary.robot', module='robot-core', version='1.4.1')
)
libraryDependencies += "org.obolibrary.robot" % "robot-core" % "1.4.1"
[org.obolibrary.robot/robot-core "1.4.1"]