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