o

org.wso2.carbon.application.deployer

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