GroupId | GroupIdorg.restdoc |
---|---|
ArtifactId | ArtifactIdrestdoc-server-impl |
Version | Version1.5.1 |
Type | Typejar |
Filename | Size |
---|---|
restdoc-server-impl-1.5.1.pom | |
restdoc-server-impl-1.5.1.jar | 24 KB |
restdoc-server-impl-1.5.1-sources.jar | 18 KB |
restdoc-server-impl-1.5.1-javadoc.jar | 119 KB |
Browse |
<!-- 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"]