Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.apache.activemq.examples.broker |
ArtifactId | ArtifactIdclient-kickoff |
Version | Version1.5.6 |
Type | Typejar |
Filename | Size |
---|---|
client-kickoff-1.5.6.pom | |
client-kickoff-1.5.6.jar | 12 KB |
client-kickoff-1.5.6-sources.jar | 9 KB |
client-kickoff-1.5.6-javadoc.jar | 29 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.activemq.examples.broker/client-kickoff/ -->
<dependency>
<groupId>org.apache.activemq.examples.broker</groupId>
<artifactId>client-kickoff</artifactId>
<version>1.5.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.activemq.examples.broker/client-kickoff/
implementation 'org.apache.activemq.examples.broker:client-kickoff:1.5.6'
// https://jarcasting.com/artifacts/org.apache.activemq.examples.broker/client-kickoff/
implementation ("org.apache.activemq.examples.broker:client-kickoff:1.5.6")
'org.apache.activemq.examples.broker:client-kickoff:jar:1.5.6'
<dependency org="org.apache.activemq.examples.broker" name="client-kickoff" rev="1.5.6">
<artifact name="client-kickoff" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.activemq.examples.broker', module='client-kickoff', version='1.5.6')
)
libraryDependencies += "org.apache.activemq.examples.broker" % "client-kickoff" % "1.5.6"
[org.apache.activemq.examples.broker/client-kickoff "1.5.6"]