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