c

cxf-bom

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