Categories |
CategoriesNet |
---|---|
GroupId | GroupIdorg.hornetq |
ArtifactId | ArtifactIdhornetq-pom |
Version | Version2.4.5.Final |
Type | Typepom |
Filename | Size |
---|---|
hornetq-pom-2.4.5.Final.pom | 35 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.hornetq/hornetq-pom/ -->
<dependency>
<groupId>org.hornetq</groupId>
<artifactId>hornetq-pom</artifactId>
<version>2.4.5.Final</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.hornetq/hornetq-pom/
implementation 'org.hornetq:hornetq-pom:2.4.5.Final'
// https://jarcasting.com/artifacts/org.hornetq/hornetq-pom/
implementation ("org.hornetq:hornetq-pom:2.4.5.Final")
'org.hornetq:hornetq-pom:pom:2.4.5.Final'
<dependency org="org.hornetq" name="hornetq-pom" rev="2.4.5.Final">
<artifact name="hornetq-pom" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.hornetq', module='hornetq-pom', version='2.4.5.Final')
)
libraryDependencies += "org.hornetq" % "hornetq-pom" % "2.4.5.Final"
[org.hornetq/hornetq-pom "2.4.5.Final"]