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