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