GroupId | GroupIdorg.apache.activemq.examples.protocols |
---|---|
ArtifactId | ArtifactIdprotocols |
Version | Version2.6.2 |
Type | Typepom |
Filename | Size |
---|---|
protocols-2.6.2.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.activemq.examples.protocols/protocols/ -->
<dependency>
<groupId>org.apache.activemq.examples.protocols</groupId>
<artifactId>protocols</artifactId>
<version>2.6.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.activemq.examples.protocols/protocols/
implementation 'org.apache.activemq.examples.protocols:protocols:2.6.2'
// https://jarcasting.com/artifacts/org.apache.activemq.examples.protocols/protocols/
implementation ("org.apache.activemq.examples.protocols:protocols:2.6.2")
'org.apache.activemq.examples.protocols:protocols:pom:2.6.2'
<dependency org="org.apache.activemq.examples.protocols" name="protocols" rev="2.6.2">
<artifact name="protocols" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.activemq.examples.protocols', module='protocols', version='2.6.2')
)
libraryDependencies += "org.apache.activemq.examples.protocols" % "protocols" % "2.6.2"
[org.apache.activemq.examples.protocols/protocols "2.6.2"]