Categories |
CategoriesMessaging Application Layer Libs |
---|---|
GroupId | GroupIdorg.wso2.messaging |
ArtifactId | ArtifactIdbroker-rest-runner |
Version | Version4.0.5 |
Type | Typejar |
Filename | Size |
---|---|
broker-rest-runner-4.0.5.pom | |
broker-rest-runner-4.0.5.jar | 12 KB |
broker-rest-runner-4.0.5-sources.jar | 11 KB |
broker-rest-runner-4.0.5-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>4.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.messaging/broker-rest-runner/
implementation 'org.wso2.messaging:broker-rest-runner:4.0.5'
// https://jarcasting.com/artifacts/org.wso2.messaging/broker-rest-runner/
implementation ("org.wso2.messaging:broker-rest-runner:4.0.5")
'org.wso2.messaging:broker-rest-runner:jar:4.0.5'
<dependency org="org.wso2.messaging" name="broker-rest-runner" rev="4.0.5">
<artifact name="broker-rest-runner" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wso2.messaging', module='broker-rest-runner', version='4.0.5')
)
libraryDependencies += "org.wso2.messaging" % "broker-rest-runner" % "4.0.5"
[org.wso2.messaging/broker-rest-runner "4.0.5"]