c

cxf-bom

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