c

cxf-services-sts-systests-osgi

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