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