GroupId | GroupIdorg.apache.cxf |
---|---|
ArtifactId | ArtifactIdcxf-buildtools |
Version | Version2.1.1 |
Type | Typejar |
Filename | Size |
---|---|
cxf-buildtools-2.1.1.pom | |
cxf-buildtools-2.1.1.jar | 24 KB |
cxf-buildtools-2.1.1-sources.jar | 21 KB |
cxf-buildtools-2.1.1-javadoc.jar | 25 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.cxf/cxf-buildtools/ -->
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-buildtools</artifactId>
<version>2.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.cxf/cxf-buildtools/
implementation 'org.apache.cxf:cxf-buildtools:2.1.1'
// https://jarcasting.com/artifacts/org.apache.cxf/cxf-buildtools/
implementation ("org.apache.cxf:cxf-buildtools:2.1.1")
'org.apache.cxf:cxf-buildtools:jar:2.1.1'
<dependency org="org.apache.cxf" name="cxf-buildtools" rev="2.1.1">
<artifact name="cxf-buildtools" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.cxf', module='cxf-buildtools', version='2.1.1')
)
libraryDependencies += "org.apache.cxf" % "cxf-buildtools" % "2.1.1"
[org.apache.cxf/cxf-buildtools "2.1.1"]