c

cxf-services-sts-systests-osgi

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