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