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