Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.apache.activemq.examples.broker |
ArtifactId | ArtifactIdclient-kickoff |
Version | Version2.2.0 |
Type | Typejar |
Filename | Size |
---|---|
client-kickoff-2.2.0.pom | |
client-kickoff-2.2.0.jar | 12 KB |
client-kickoff-2.2.0-sources.jar | 9 KB |
client-kickoff-2.2.0-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>2.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.activemq.examples.broker/client-kickoff/
implementation 'org.apache.activemq.examples.broker:client-kickoff:2.2.0'
// https://jarcasting.com/artifacts/org.apache.activemq.examples.broker/client-kickoff/
implementation ("org.apache.activemq.examples.broker:client-kickoff:2.2.0")
'org.apache.activemq.examples.broker:client-kickoff:jar:2.2.0'
<dependency org="org.apache.activemq.examples.broker" name="client-kickoff" rev="2.2.0">
<artifact name="client-kickoff" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.activemq.examples.broker', module='client-kickoff', version='2.2.0')
)
libraryDependencies += "org.apache.activemq.examples.broker" % "client-kickoff" % "2.2.0"
[org.apache.activemq.examples.broker/client-kickoff "2.2.0"]