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