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