Categories |
CategoriesNet |
---|---|
GroupId | GroupIdorg.hornetq.examples |
ArtifactId | ArtifactIdhornetq-examples |
Version | Version2.3.0.CR1 |
Type | Typepom |
Filename | Size |
---|---|
hornetq-examples-2.3.0.CR1.pom | 637 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.hornetq.examples/hornetq-examples/ -->
<dependency>
<groupId>org.hornetq.examples</groupId>
<artifactId>hornetq-examples</artifactId>
<version>2.3.0.CR1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.hornetq.examples/hornetq-examples/
implementation 'org.hornetq.examples:hornetq-examples:2.3.0.CR1'
// https://jarcasting.com/artifacts/org.hornetq.examples/hornetq-examples/
implementation ("org.hornetq.examples:hornetq-examples:2.3.0.CR1")
'org.hornetq.examples:hornetq-examples:pom:2.3.0.CR1'
<dependency org="org.hornetq.examples" name="hornetq-examples" rev="2.3.0.CR1">
<artifact name="hornetq-examples" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.hornetq.examples', module='hornetq-examples', version='2.3.0.CR1')
)
libraryDependencies += "org.hornetq.examples" % "hornetq-examples" % "2.3.0.CR1"
[org.hornetq.examples/hornetq-examples "2.3.0.CR1"]