Categories |
CategoriesNet CLI User Interface |
---|---|
GroupId | GroupIdorg.hornetq |
ArtifactId | ArtifactIdhornetq-core-client |
Version | Version2.2.7.Final |
Type | Typejar |
Filename | Size |
---|---|
hornetq-core-client-2.2.7.Final.pom | |
hornetq-core-client-2.2.7.Final.jar | 539 KB |
hornetq-core-client-2.2.7.Final-sources.jar | 481 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.hornetq/hornetq-core-client/ -->
<dependency>
<groupId>org.hornetq</groupId>
<artifactId>hornetq-core-client</artifactId>
<version>2.2.7.Final</version>
</dependency>
// https://jarcasting.com/artifacts/org.hornetq/hornetq-core-client/
implementation 'org.hornetq:hornetq-core-client:2.2.7.Final'
// https://jarcasting.com/artifacts/org.hornetq/hornetq-core-client/
implementation ("org.hornetq:hornetq-core-client:2.2.7.Final")
'org.hornetq:hornetq-core-client:jar:2.2.7.Final'
<dependency org="org.hornetq" name="hornetq-core-client" rev="2.2.7.Final">
<artifact name="hornetq-core-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hornetq', module='hornetq-core-client', version='2.2.7.Final')
)
libraryDependencies += "org.hornetq" % "hornetq-core-client" % "2.2.7.Final"
[org.hornetq/hornetq-core-client "2.2.7.Final"]