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