Categories |
CategoriesMessaging Application Layer Libs |
---|---|
GroupId | GroupIdorg.apache.brooklyn.example |
ArtifactId | ArtifactIdbrooklyn-example-simple-messaging-pubsub |
Version | Version0.9.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.brooklyn.example/brooklyn-example-simple-messaging-pubsub/ -->
<dependency>
<groupId>org.apache.brooklyn.example</groupId>
<artifactId>brooklyn-example-simple-messaging-pubsub</artifactId>
<version>0.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.brooklyn.example/brooklyn-example-simple-messaging-pubsub/
implementation 'org.apache.brooklyn.example:brooklyn-example-simple-messaging-pubsub:0.9.0'
// https://jarcasting.com/artifacts/org.apache.brooklyn.example/brooklyn-example-simple-messaging-pubsub/
implementation ("org.apache.brooklyn.example:brooklyn-example-simple-messaging-pubsub:0.9.0")
'org.apache.brooklyn.example:brooklyn-example-simple-messaging-pubsub:jar:0.9.0'
<dependency org="org.apache.brooklyn.example" name="brooklyn-example-simple-messaging-pubsub" rev="0.9.0">
<artifact name="brooklyn-example-simple-messaging-pubsub" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.brooklyn.example', module='brooklyn-example-simple-messaging-pubsub', version='0.9.0')
)
libraryDependencies += "org.apache.brooklyn.example" % "brooklyn-example-simple-messaging-pubsub" % "0.9.0"
[org.apache.brooklyn.example/brooklyn-example-simple-messaging-pubsub "0.9.0"]