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