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