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