Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdorg.kantega.reststop |
ArtifactId | ArtifactIdreststop-cxf-plugin |
Version | Version1.11 |
Type | Typejar |
Filename | Size |
---|---|
reststop-cxf-plugin-1.11.pom | |
reststop-cxf-plugin-1.11.jar | 11 KB |
reststop-cxf-plugin-1.11-sources.jar | 5 KB |
reststop-cxf-plugin-1.11-javadoc.jar | 60 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.kantega.reststop/reststop-cxf-plugin/ -->
<dependency>
<groupId>org.kantega.reststop</groupId>
<artifactId>reststop-cxf-plugin</artifactId>
<version>1.11</version>
</dependency>
// https://jarcasting.com/artifacts/org.kantega.reststop/reststop-cxf-plugin/
implementation 'org.kantega.reststop:reststop-cxf-plugin:1.11'
// https://jarcasting.com/artifacts/org.kantega.reststop/reststop-cxf-plugin/
implementation ("org.kantega.reststop:reststop-cxf-plugin:1.11")
'org.kantega.reststop:reststop-cxf-plugin:jar:1.11'
<dependency org="org.kantega.reststop" name="reststop-cxf-plugin" rev="1.11">
<artifact name="reststop-cxf-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kantega.reststop', module='reststop-cxf-plugin', version='1.11')
)
libraryDependencies += "org.kantega.reststop" % "reststop-cxf-plugin" % "1.11"
[org.kantega.reststop/reststop-cxf-plugin "1.11"]