Categories |
CategoriesMessaging Application Layer Libs |
---|---|
GroupId | GroupIdorg.apache.brooklyn.example |
ArtifactId | ArtifactIdbrooklyn-example-simple-messaging-pubsub |
Version | Version0.7.0-incubating |
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.7.0-incubating</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.7.0-incubating'
// https://jarcasting.com/artifacts/org.apache.brooklyn.example/brooklyn-example-simple-messaging-pubsub/
implementation ("org.apache.brooklyn.example:brooklyn-example-simple-messaging-pubsub:0.7.0-incubating")
'org.apache.brooklyn.example:brooklyn-example-simple-messaging-pubsub:jar:0.7.0-incubating'
<dependency org="org.apache.brooklyn.example" name="brooklyn-example-simple-messaging-pubsub" rev="0.7.0-incubating">
<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.7.0-incubating')
)
libraryDependencies += "org.apache.brooklyn.example" % "brooklyn-example-simple-messaging-pubsub" % "0.7.0-incubating"
[org.apache.brooklyn.example/brooklyn-example-simple-messaging-pubsub "0.7.0-incubating"]