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