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