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