GroupId | GroupIdorg.apache.activemq.examples.modules |
---|---|
ArtifactId | ArtifactIdartemis-vertx-example |
Version | Version1.3.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.activemq.examples.modules/artemis-vertx-example/ -->
<dependency>
<groupId>org.apache.activemq.examples.modules</groupId>
<artifactId>artemis-vertx-example</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.activemq.examples.modules/artemis-vertx-example/
implementation 'org.apache.activemq.examples.modules:artemis-vertx-example:1.3.0'
// https://jarcasting.com/artifacts/org.apache.activemq.examples.modules/artemis-vertx-example/
implementation ("org.apache.activemq.examples.modules:artemis-vertx-example:1.3.0")
'org.apache.activemq.examples.modules:artemis-vertx-example:jar:1.3.0'
<dependency org="org.apache.activemq.examples.modules" name="artemis-vertx-example" rev="1.3.0">
<artifact name="artemis-vertx-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.activemq.examples.modules', module='artemis-vertx-example', version='1.3.0')
)
libraryDependencies += "org.apache.activemq.examples.modules" % "artemis-vertx-example" % "1.3.0"
[org.apache.activemq.examples.modules/artemis-vertx-example "1.3.0"]