GroupId | GroupIdorg.apache.activemq.examples.rest |
---|---|
ArtifactId | ArtifactIdpush |
Version | Version2.12.0 |
Type | Typewar |
Filename | Size |
---|---|
push-2.12.0.pom | |
push-2.12.0.war | 27 MB |
push-2.12.0-sources.jar | 12 KB |
push-2.12.0-javadoc.jar | 43 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.activemq.examples.rest/push/ -->
<dependency>
<groupId>org.apache.activemq.examples.rest</groupId>
<artifactId>push</artifactId>
<version>2.12.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.activemq.examples.rest/push/
implementation 'org.apache.activemq.examples.rest:push:2.12.0'
// https://jarcasting.com/artifacts/org.apache.activemq.examples.rest/push/
implementation ("org.apache.activemq.examples.rest:push:2.12.0")
'org.apache.activemq.examples.rest:push:war:2.12.0'
<dependency org="org.apache.activemq.examples.rest" name="push" rev="2.12.0">
<artifact name="push" type="war" />
</dependency>
@Grapes(
@Grab(group='org.apache.activemq.examples.rest', module='push', version='2.12.0')
)
libraryDependencies += "org.apache.activemq.examples.rest" % "push" % "2.12.0"
[org.apache.activemq.examples.rest/push "2.12.0"]