GroupId | GroupIdorg.apache.activemq.examples.clustered |
---|---|
ArtifactId | ArtifactIdclustered-static-discovery-uri |
Version | Version1.5.3 |
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>1.5.3</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:1.5.3'
// https://jarcasting.com/artifacts/org.apache.activemq.examples.clustered/clustered-static-discovery-uri/
implementation ("org.apache.activemq.examples.clustered:clustered-static-discovery-uri:1.5.3")
'org.apache.activemq.examples.clustered:clustered-static-discovery-uri:jar:1.5.3'
<dependency org="org.apache.activemq.examples.clustered" name="clustered-static-discovery-uri" rev="1.5.3">
<artifact name="clustered-static-discovery-uri" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.activemq.examples.clustered', module='clustered-static-discovery-uri', version='1.5.3')
)
libraryDependencies += "org.apache.activemq.examples.clustered" % "clustered-static-discovery-uri" % "1.5.3"
[org.apache.activemq.examples.clustered/clustered-static-discovery-uri "1.5.3"]