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