c

cxf-services-sts-systests-itests

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