GroupId | GroupIdorg.obolibrary.robot |
---|---|
ArtifactId | ArtifactIdrobot-core |
Version | Version1.2.0 |
Type | Typejar |
Filename | Size |
---|---|
robot-core-1.2.0.pom | |
robot-core-1.2.0.jar | 157 KB |
robot-core-1.2.0-sources.jar | 105 KB |
robot-core-1.2.0-javadoc.jar | 284 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.obolibrary.robot/robot-core/ -->
<dependency>
<groupId>org.obolibrary.robot</groupId>
<artifactId>robot-core</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.obolibrary.robot/robot-core/
implementation 'org.obolibrary.robot:robot-core:1.2.0'
// https://jarcasting.com/artifacts/org.obolibrary.robot/robot-core/
implementation ("org.obolibrary.robot:robot-core:1.2.0")
'org.obolibrary.robot:robot-core:jar:1.2.0'
<dependency org="org.obolibrary.robot" name="robot-core" rev="1.2.0">
<artifact name="robot-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.obolibrary.robot', module='robot-core', version='1.2.0')
)
libraryDependencies += "org.obolibrary.robot" % "robot-core" % "1.2.0"
[org.obolibrary.robot/robot-core "1.2.0"]