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