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