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