c

cxf-services-sts-war

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