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