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