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