<dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-tools-common</artifactId> <version>3.5.0</version> <type>bundle</type> </dependency>
implementation 'org.apache.cxf:cxf-tools-common:3.5.0'
implementation("org.apache.cxf:cxf-tools-common:3.5.0")
libraryDependencies += "org.apache.cxf" % "cxf-tools-common" % "3.5.0"
@Grapes( @Grab(group='org.apache.cxf', module='cxf-tools-common', version='3.5.0') )
<dependency org="org.apache.cxf" name="cxf-tools-common" rev="3.5.0" />
[org.apache.cxf/cxf-tools-common "3.5.0"]
'org.apache.cxf:cxf-tools-common:jar:3.5.0'
<parent> <groupId>org.apache.cxf</groupId> <artifactId>cxf-parent</artifactId> <version>3.5.0</version> </parent>
compile
|-- org.apache.velocity:velocity-engine-core
|-- wsdl4j:wsdl4j
|-- org.glassfish.jaxb:jaxb-xjc
|-- org.glassfish.jaxb:jaxb-runtime
|-- org.apache.cxf:cxf-core
test
|-- junit:junit
|-- org.apache.cxf:cxf-rt-wsdl