Categories |
CategoriesMessaging Application Layer Libs |
---|---|
GroupId | GroupIdorg.wso2.messaging |
ArtifactId | ArtifactIdbroker-rest-runner |
Version | Version1.0.50 |
Type | Typejar |
Filename | Size |
---|---|
broker-rest-runner-1.0.50.pom | |
broker-rest-runner-1.0.50.jar | 12 KB |
broker-rest-runner-1.0.50-sources.jar | 11 KB |
broker-rest-runner-1.0.50-javadoc.jar | 51 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wso2.messaging/broker-rest-runner/ -->
<dependency>
<groupId>org.wso2.messaging</groupId>
<artifactId>broker-rest-runner</artifactId>
<version>1.0.50</version>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.messaging/broker-rest-runner/
implementation 'org.wso2.messaging:broker-rest-runner:1.0.50'
// https://jarcasting.com/artifacts/org.wso2.messaging/broker-rest-runner/
implementation ("org.wso2.messaging:broker-rest-runner:1.0.50")
'org.wso2.messaging:broker-rest-runner:jar:1.0.50'
<dependency org="org.wso2.messaging" name="broker-rest-runner" rev="1.0.50">
<artifact name="broker-rest-runner" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wso2.messaging', module='broker-rest-runner', version='1.0.50')
)
libraryDependencies += "org.wso2.messaging" % "broker-rest-runner" % "1.0.50"
[org.wso2.messaging/broker-rest-runner "1.0.50"]