c

cxf-services-sts-systests-osgi

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