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