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