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