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