License |
License |
---|---|
GroupId | GroupIdorg.obolibrary.robot |
ArtifactId | ArtifactIdrobot-core |
Version | Version1.8.3 |
Type | Typejar |
Description |
Descriptionrobot-core
Core library for ROBOT: Library for working with OWL ontologies, especially Open Biological and Biomedical Ontologes (OBO).
|
Filename | Size |
---|---|
robot-core-1.8.3.pom | |
robot-core-1.8.3.jar | 333 KB |
robot-core-1.8.3-sources.jar | 217 KB |
robot-core-1.8.3-javadoc.jar | 932 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.obolibrary.robot/robot-core/ -->
<dependency>
<groupId>org.obolibrary.robot</groupId>
<artifactId>robot-core</artifactId>
<version>1.8.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.obolibrary.robot/robot-core/
implementation 'org.obolibrary.robot:robot-core:1.8.3'
// https://jarcasting.com/artifacts/org.obolibrary.robot/robot-core/
implementation ("org.obolibrary.robot:robot-core:1.8.3")
'org.obolibrary.robot:robot-core:jar:1.8.3'
<dependency org="org.obolibrary.robot" name="robot-core" rev="1.8.3">
<artifact name="robot-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.obolibrary.robot', module='robot-core', version='1.8.3')
)
libraryDependencies += "org.obolibrary.robot" % "robot-core" % "1.8.3"
[org.obolibrary.robot/robot-core "1.8.3"]