is not current version
Last Version 1.5

org.restdoc:restdoc-api 0.1.0

The API model of the RestDoc specification

GroupId

GroupId

org.restdoc
ArtifactId

ArtifactId

restdoc-api
Version

Version

0.1.0
Type

Type

jar

Download restdoc-api 0.1.0


<!-- https://jarcasting.com/artifacts/org.restdoc/restdoc-api/ -->
<dependency>
    <groupId>org.restdoc</groupId>
    <artifactId>restdoc-api</artifactId>
    <version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.restdoc/restdoc-api/
implementation 'org.restdoc:restdoc-api:0.1.0'
// https://jarcasting.com/artifacts/org.restdoc/restdoc-api/
implementation ("org.restdoc:restdoc-api:0.1.0")
'org.restdoc:restdoc-api:jar:0.1.0'
<dependency org="org.restdoc" name="restdoc-api" rev="0.1.0">
  <artifact name="restdoc-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.restdoc', module='restdoc-api', version='0.1.0')
)
libraryDependencies += "org.restdoc" % "restdoc-api" % "0.1.0"
[org.restdoc/restdoc-api "0.1.0"]