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