| Группа | Группаcom.corezoid.gitcall |
|---|---|
| Идентификатор | Идентификаторrunner |
| Версия | Версия0.1.3 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| runner-0.1.3.pom | |
| runner-0.1.3.jar | 3 KB |
| runner-0.1.3-sources.jar | 1 KB |
| runner-0.1.3-javadoc.jar | 108 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.corezoid.gitcall/runner/ -->
<dependency>
<groupId>com.corezoid.gitcall</groupId>
<artifactId>runner</artifactId>
<version>0.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.corezoid.gitcall/runner/
implementation 'com.corezoid.gitcall:runner:0.1.3'
// https://jarcasting.com/artifacts/com.corezoid.gitcall/runner/
implementation ("com.corezoid.gitcall:runner:0.1.3")
'com.corezoid.gitcall:runner:jar:0.1.3'
<dependency org="com.corezoid.gitcall" name="runner" rev="0.1.3">
<artifact name="runner" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.corezoid.gitcall', module='runner', version='0.1.3')
)
libraryDependencies += "com.corezoid.gitcall" % "runner" % "0.1.3"
[com.corezoid.gitcall/runner "0.1.3"]