is not current version
Last Version 1.9

org.restdoc:restdoc-server-impl 1.7.0

Server implementation of RestDoc API Spec

GroupId

GroupId

org.restdoc
ArtifactId

ArtifactId

restdoc-server-impl
Version

Version

1.7.0
Type

Type

jar

Download restdoc-server-impl 1.7.0


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