c

cxf-bom

Apache CXF Build of Materials POM
Files download
File Operation
cxf-bom-4.0.3.pom download
Apache Maven
<dependency>
  <groupId>org.apache.cxf</groupId>
  <artifactId>cxf-bom</artifactId>
  <version>4.0.3</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.apache.cxf:cxf-bom:4.0.3'
Gradle Kotlin
implementation("org.apache.cxf:cxf-bom:4.0.3")
Scala SBT
libraryDependencies += "org.apache.cxf" % "cxf-bom" % "4.0.3"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.cxf', module='cxf-bom', version='4.0.3')
)
Apache Ivy
<dependency org="org.apache.cxf" name="cxf-bom" rev="4.0.3" />
Leiningen
[org.apache.cxf/cxf-bom "4.0.3"]
Apache Buildr
'org.apache.cxf:cxf-bom:jar:4.0.3'