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