is not current version
Last Version 1.5

org.restdoc:restdoc-api 1.3.1

The API model of the RestDoc specification

GroupId

GroupId

org.restdoc
ArtifactId

ArtifactId

restdoc-api
Version

Version

1.3.1
Type

Type

jar

Download restdoc-api 1.3.1


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