GroupId | GroupIdio.restx |
---|---|
ArtifactId | ArtifactIdrestx-factory |
Version | Version0.35-rc5 |
Type | Typejar |
Filename | Size |
---|---|
restx-factory-0.35-rc5.pom | |
restx-factory-0.35-rc5.jar | 145 KB |
restx-factory-0.35-rc5-sources.jar | 54 KB |
restx-factory-0.35-rc5-javadoc.jar | 357 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.restx/restx-factory/ -->
<dependency>
<groupId>io.restx</groupId>
<artifactId>restx-factory</artifactId>
<version>0.35-rc5</version>
</dependency>
// https://jarcasting.com/artifacts/io.restx/restx-factory/
implementation 'io.restx:restx-factory:0.35-rc5'
// https://jarcasting.com/artifacts/io.restx/restx-factory/
implementation ("io.restx:restx-factory:0.35-rc5")
'io.restx:restx-factory:jar:0.35-rc5'
<dependency org="io.restx" name="restx-factory" rev="0.35-rc5">
<artifact name="restx-factory" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.restx', module='restx-factory', version='0.35-rc5')
)
libraryDependencies += "io.restx" % "restx-factory" % "0.35-rc5"
[io.restx/restx-factory "0.35-rc5"]