| Группа | Группаio.operon |
|---|---|
| Идентификатор | Идентификаторoperon-runner |
| Версия | Версия0.9.4.1-RELEASE |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| operon-runner-0.9.4.1-RELEASE.pom | |
| operon-runner-0.9.4.1-RELEASE.jar | 995 KB |
| operon-runner-0.9.4.1-RELEASE-sources.jar | 594 KB |
| operon-runner-0.9.4.1-RELEASE-javadoc.jar | 2 MB |
| Обзор |
<!-- 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"]