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