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