GroupId | GroupIdorg.apache.activemq.examples.clustered |
---|---|
ArtifactId | ArtifactIdclustered-static-discovery-uri |
Version | Version2.6.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.activemq.examples.clustered/clustered-static-discovery-uri/ -->
<dependency>
<groupId>org.apache.activemq.examples.clustered</groupId>
<artifactId>clustered-static-discovery-uri</artifactId>
<version>2.6.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.activemq.examples.clustered/clustered-static-discovery-uri/
implementation 'org.apache.activemq.examples.clustered:clustered-static-discovery-uri:2.6.2'
// https://jarcasting.com/artifacts/org.apache.activemq.examples.clustered/clustered-static-discovery-uri/
implementation ("org.apache.activemq.examples.clustered:clustered-static-discovery-uri:2.6.2")
'org.apache.activemq.examples.clustered:clustered-static-discovery-uri:jar:2.6.2'
<dependency org="org.apache.activemq.examples.clustered" name="clustered-static-discovery-uri" rev="2.6.2">
<artifact name="clustered-static-discovery-uri" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.activemq.examples.clustered', module='clustered-static-discovery-uri', version='2.6.2')
)
libraryDependencies += "org.apache.activemq.examples.clustered" % "clustered-static-discovery-uri" % "2.6.2"
[org.apache.activemq.examples.clustered/clustered-static-discovery-uri "2.6.2"]