GroupId | GroupIdio.restx |
---|---|
ArtifactId | ArtifactIdrestx-apidocs-doclet |
Version | Version0.34.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.restx/restx-apidocs-doclet/ -->
<dependency>
<groupId>io.restx</groupId>
<artifactId>restx-apidocs-doclet</artifactId>
<version>0.34.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.restx/restx-apidocs-doclet/
implementation 'io.restx:restx-apidocs-doclet:0.34.1'
// https://jarcasting.com/artifacts/io.restx/restx-apidocs-doclet/
implementation ("io.restx:restx-apidocs-doclet:0.34.1")
'io.restx:restx-apidocs-doclet:jar:0.34.1'
<dependency org="io.restx" name="restx-apidocs-doclet" rev="0.34.1">
<artifact name="restx-apidocs-doclet" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.restx', module='restx-apidocs-doclet', version='0.34.1')
)
libraryDependencies += "io.restx" % "restx-apidocs-doclet" % "0.34.1"
[io.restx/restx-apidocs-doclet "0.34.1"]