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