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