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