Categories |
CategoriesNet |
---|---|
GroupId | GroupIdorg.hornetq |
ArtifactId | ArtifactIdhornetq-core |
Version | Version2.2.0.EAP-QA-10148 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.hornetq/hornetq-core/ -->
<dependency>
<groupId>org.hornetq</groupId>
<artifactId>hornetq-core</artifactId>
<version>2.2.0.EAP-QA-10148</version>
</dependency>
// https://jarcasting.com/artifacts/org.hornetq/hornetq-core/
implementation 'org.hornetq:hornetq-core:2.2.0.EAP-QA-10148'
// https://jarcasting.com/artifacts/org.hornetq/hornetq-core/
implementation ("org.hornetq:hornetq-core:2.2.0.EAP-QA-10148")
'org.hornetq:hornetq-core:jar:2.2.0.EAP-QA-10148'
<dependency org="org.hornetq" name="hornetq-core" rev="2.2.0.EAP-QA-10148">
<artifact name="hornetq-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hornetq', module='hornetq-core', version='2.2.0.EAP-QA-10148')
)
libraryDependencies += "org.hornetq" % "hornetq-core" % "2.2.0.EAP-QA-10148"
[org.hornetq/hornetq-core "2.2.0.EAP-QA-10148"]