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