c

cxf-services-sts-systests-osgi

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