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