o

org.wso2.carbon.as.runtimes.cxf3.feature

This feature contains the CXF Runtime Environment need to run CXF-based webapps
http://wso2.org
Files download
File Operation
org.wso2.carbon.as.runtimes.cxf3.feature-4.12.25.pom download
Apache Maven
<dependency>
  <groupId>org.wso2.carbon.deployment</groupId>
  <artifactId>org.wso2.carbon.as.runtimes.cxf3.feature</artifactId>
  <version>4.12.25</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.wso2.carbon.deployment:org.wso2.carbon.as.runtimes.cxf3.feature:4.12.25'
Gradle Kotlin
implementation("org.wso2.carbon.deployment:org.wso2.carbon.as.runtimes.cxf3.feature:4.12.25")
Scala SBT
libraryDependencies += "org.wso2.carbon.deployment" % "org.wso2.carbon.as.runtimes.cxf3.feature" % "4.12.25"
Groovy Grape
@Grapes(
  @Grab(group='org.wso2.carbon.deployment', module='org.wso2.carbon.as.runtimes.cxf3.feature', version='4.12.25')
)
Apache Ivy
<dependency org="org.wso2.carbon.deployment" name="org.wso2.carbon.as.runtimes.cxf3.feature" rev="4.12.25" />
Leiningen
[org.wso2.carbon.deployment/org.wso2.carbon.as.runtimes.cxf3.feature "4.12.25"]
Apache Buildr
'org.wso2.carbon.deployment:org.wso2.carbon.as.runtimes.cxf3.feature:jar:4.12.25'