GroupId | GroupIdorg.restdoc |
---|---|
ArtifactId | ArtifactIdrestdoc-server-impl-jaxrs11 |
Version | Version1.7.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.restdoc/restdoc-server-impl-jaxrs11/ -->
<dependency>
<groupId>org.restdoc</groupId>
<artifactId>restdoc-server-impl-jaxrs11</artifactId>
<version>1.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.restdoc/restdoc-server-impl-jaxrs11/
implementation 'org.restdoc:restdoc-server-impl-jaxrs11:1.7.0'
// https://jarcasting.com/artifacts/org.restdoc/restdoc-server-impl-jaxrs11/
implementation ("org.restdoc:restdoc-server-impl-jaxrs11:1.7.0")
'org.restdoc:restdoc-server-impl-jaxrs11:jar:1.7.0'
<dependency org="org.restdoc" name="restdoc-server-impl-jaxrs11" rev="1.7.0">
<artifact name="restdoc-server-impl-jaxrs11" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.restdoc', module='restdoc-server-impl-jaxrs11', version='1.7.0')
)
libraryDependencies += "org.restdoc" % "restdoc-server-impl-jaxrs11" % "1.7.0"
[org.restdoc/restdoc-server-impl-jaxrs11 "1.7.0"]