GroupId | GroupIdcom.github.dakusui |
---|---|
ArtifactId | ArtifactIdcommandrunner |
Version | Version0.0.2 |
Type | Typejar |
Filename | Size |
---|---|
commandrunner-0.0.2.pom | |
commandrunner-0.0.2.jar | 21 KB |
commandrunner-0.0.2-sources.jar | 8 KB |
commandrunner-0.0.2-javadoc.jar | 89 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.dakusui/commandrunner/ -->
<dependency>
<groupId>com.github.dakusui</groupId>
<artifactId>commandrunner</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dakusui/commandrunner/
implementation 'com.github.dakusui:commandrunner:0.0.2'
// https://jarcasting.com/artifacts/com.github.dakusui/commandrunner/
implementation ("com.github.dakusui:commandrunner:0.0.2")
'com.github.dakusui:commandrunner:jar:0.0.2'
<dependency org="com.github.dakusui" name="commandrunner" rev="0.0.2">
<artifact name="commandrunner" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dakusui', module='commandrunner', version='0.0.2')
)
libraryDependencies += "com.github.dakusui" % "commandrunner" % "0.0.2"
[com.github.dakusui/commandrunner "0.0.2"]