o

org.wso2.carbon.operation.mgt.ui

org.wso2.operation.operation.mgt.ui represent the UI aspects of org.wso2.carbon.operation.mgt bundle
http://wso2.org
文件下载
文件名 操作
org.wso2.carbon.operation.mgt.ui-4.12.25.jar 下载
org.wso2.carbon.operation.mgt.ui-4.12.25.pom 下载
org.wso2.carbon.operation.mgt.ui-4.12.25-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.wso2.carbon.deployment</groupId>
  <artifactId>org.wso2.carbon.operation.mgt.ui</artifactId>
  <version>4.12.25</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.wso2.carbon.deployment:org.wso2.carbon.operation.mgt.ui:4.12.25'
Gradle Kotlin
implementation("org.wso2.carbon.deployment:org.wso2.carbon.operation.mgt.ui:4.12.25")
Scala SBT
libraryDependencies += "org.wso2.carbon.deployment" % "org.wso2.carbon.operation.mgt.ui" % "4.12.25"
Groovy Grape
@Grapes(
  @Grab(group='org.wso2.carbon.deployment', module='org.wso2.carbon.operation.mgt.ui', version='4.12.25')
)
Apache Ivy
<dependency org="org.wso2.carbon.deployment" name="org.wso2.carbon.operation.mgt.ui" rev="4.12.25" />
Leiningen
[org.wso2.carbon.deployment/org.wso2.carbon.operation.mgt.ui "4.12.25"]
Apache Buildr
'org.wso2.carbon.deployment:org.wso2.carbon.operation.mgt.ui:jar:4.12.25'