Categories |
CategoriesMessaging Application Layer Libs |
---|---|
GroupId | GroupIdorg.wso2.messaging |
ArtifactId | ArtifactIdbroker-feature |
Version | Version4.0.26 |
Type | Typepom |
Filename | Size |
---|---|
broker-feature-4.0.26.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wso2.messaging/broker-feature/ -->
<dependency>
<groupId>org.wso2.messaging</groupId>
<artifactId>broker-feature</artifactId>
<version>4.0.26</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.messaging/broker-feature/
implementation 'org.wso2.messaging:broker-feature:4.0.26'
// https://jarcasting.com/artifacts/org.wso2.messaging/broker-feature/
implementation ("org.wso2.messaging:broker-feature:4.0.26")
'org.wso2.messaging:broker-feature:pom:4.0.26'
<dependency org="org.wso2.messaging" name="broker-feature" rev="4.0.26">
<artifact name="broker-feature" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wso2.messaging', module='broker-feature', version='4.0.26')
)
libraryDependencies += "org.wso2.messaging" % "broker-feature" % "4.0.26"
[org.wso2.messaging/broker-feature "4.0.26"]