<dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-common-schemas</artifactId> <version>2.3.7</version> </dependency>
implementation 'org.apache.cxf:cxf-common-schemas:2.3.7'
implementation("org.apache.cxf:cxf-common-schemas:2.3.7")
libraryDependencies += "org.apache.cxf" % "cxf-common-schemas" % "2.3.7"
@Grapes( @Grab(group='org.apache.cxf', module='cxf-common-schemas', version='2.3.7') )
<dependency org="org.apache.cxf" name="cxf-common-schemas" rev="2.3.7" />
[org.apache.cxf/cxf-common-schemas "2.3.7"]
'org.apache.cxf:cxf-common-schemas:jar:2.3.7'
<parent> <groupId>org.apache.cxf</groupId> <artifactId>cxf-parent</artifactId> <version>2.3.7</version> </parent>