GroupId | GroupIdorg.restdoc |
---|---|
ArtifactId | ArtifactIdrestdoc-server-impl |
Version | Version1.4.0 |
Type | Typejar |
Filename | Size |
---|---|
restdoc-server-impl-1.4.0.pom | |
restdoc-server-impl-1.4.0.jar | 23 KB |
restdoc-server-impl-1.4.0-sources.jar | 18 KB |
restdoc-server-impl-1.4.0-javadoc.jar | 118 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.restdoc/restdoc-server-impl/ -->
<dependency>
<groupId>org.restdoc</groupId>
<artifactId>restdoc-server-impl</artifactId>
<version>1.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.restdoc/restdoc-server-impl/
implementation 'org.restdoc:restdoc-server-impl:1.4.0'
// https://jarcasting.com/artifacts/org.restdoc/restdoc-server-impl/
implementation ("org.restdoc:restdoc-server-impl:1.4.0")
'org.restdoc:restdoc-server-impl:jar:1.4.0'
<dependency org="org.restdoc" name="restdoc-server-impl" rev="1.4.0">
<artifact name="restdoc-server-impl" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.restdoc', module='restdoc-server-impl', version='1.4.0')
)
libraryDependencies += "org.restdoc" % "restdoc-server-impl" % "1.4.0"
[org.restdoc/restdoc-server-impl "1.4.0"]