c

cxf-services-xkms-client

https://cxf.apache.org
Files download
File Operation
cxf-services-xkms-client-4.0.4.jar download
cxf-services-xkms-client-4.0.4.pom download
cxf-services-xkms-client-4.0.4-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.cxf.services.xkms</groupId>
  <artifactId>cxf-services-xkms-client</artifactId>
  <version>4.0.4</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.apache.cxf.services.xkms:cxf-services-xkms-client:4.0.4'
Gradle Kotlin
implementation("org.apache.cxf.services.xkms:cxf-services-xkms-client:4.0.4")
Scala SBT
libraryDependencies += "org.apache.cxf.services.xkms" % "cxf-services-xkms-client" % "4.0.4"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.cxf.services.xkms', module='cxf-services-xkms-client', version='4.0.4')
)
Apache Ivy
<dependency org="org.apache.cxf.services.xkms" name="cxf-services-xkms-client" rev="4.0.4" />
Leiningen
[org.apache.cxf.services.xkms/cxf-services-xkms-client "4.0.4"]
Apache Buildr
'org.apache.cxf.services.xkms:cxf-services-xkms-client:jar:4.0.4'