is not current version
Last Version 1.9

org.restdoc:restdoc-server-impl 1.5.1

Server implementation of RestDoc API Spec

GroupId

GroupId

org.restdoc
ArtifactId

ArtifactId

restdoc-server-impl
Version

Version

1.5.1
Type

Type

jar

Download restdoc-server-impl 1.5.1


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