| GroupId | GroupIdio.operon |
|---|---|
| ArtifactId | ArtifactIdoperon-runner |
| Version | Version0.9.4.1-RELEASE |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.operon/operon-runner/ -->
<dependency>
<groupId>io.operon</groupId>
<artifactId>operon-runner</artifactId>
<version>0.9.4.1-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/io.operon/operon-runner/
implementation 'io.operon:operon-runner:0.9.4.1-RELEASE'
// https://jarcasting.com/artifacts/io.operon/operon-runner/
implementation ("io.operon:operon-runner:0.9.4.1-RELEASE")
'io.operon:operon-runner:jar:0.9.4.1-RELEASE'
<dependency org="io.operon" name="operon-runner" rev="0.9.4.1-RELEASE">
<artifact name="operon-runner" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.operon', module='operon-runner', version='0.9.4.1-RELEASE')
)
libraryDependencies += "io.operon" % "operon-runner" % "0.9.4.1-RELEASE"
[io.operon/operon-runner "0.9.4.1-RELEASE"]