o

org.wso2.broker.feature

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