c

cxf-bom

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