o

org.wso2.carbon.application.deployer.webapp

WAR Artifact Deployer for deploying Capps
http://wso2.org
文件下载
文件名 操作
org.wso2.carbon.application.deployer.webapp-4.7.12.jar 下载
org.wso2.carbon.application.deployer.webapp-4.7.12.pom 下载
Apache Maven
<dependency>
  <groupId>org.wso2.carbon.deployment</groupId>
  <artifactId>org.wso2.carbon.application.deployer.webapp</artifactId>
  <version>4.7.12</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.wso2.carbon.deployment:org.wso2.carbon.application.deployer.webapp:4.7.12'
Gradle Kotlin
implementation("org.wso2.carbon.deployment:org.wso2.carbon.application.deployer.webapp:4.7.12")
Scala SBT
libraryDependencies += "org.wso2.carbon.deployment" % "org.wso2.carbon.application.deployer.webapp" % "4.7.12"
Groovy Grape
@Grapes(
  @Grab(group='org.wso2.carbon.deployment', module='org.wso2.carbon.application.deployer.webapp', version='4.7.12')
)
Apache Ivy
<dependency org="org.wso2.carbon.deployment" name="org.wso2.carbon.application.deployer.webapp" rev="4.7.12" />
Leiningen
[org.wso2.carbon.deployment/org.wso2.carbon.application.deployer.webapp "4.7.12"]
Apache Buildr
'org.wso2.carbon.deployment:org.wso2.carbon.application.deployer.webapp:jar:4.7.12'