GroupId | GroupIdorg.apache.activemq.examples.rest |
---|---|
ArtifactId | ArtifactIdpush |
Version | Version2.8.1 |
Type | Typewar |
Filename | Size |
---|---|
push-2.8.1.pom | |
push-2.8.1.war | 18 MB |
push-2.8.1-sources.jar | 11 KB |
push-2.8.1-javadoc.jar | 42 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.8.1</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.activemq.examples.rest/push/
implementation 'org.apache.activemq.examples.rest:push:2.8.1'
// https://jarcasting.com/artifacts/org.apache.activemq.examples.rest/push/
implementation ("org.apache.activemq.examples.rest:push:2.8.1")
'org.apache.activemq.examples.rest:push:war:2.8.1'
<dependency org="org.apache.activemq.examples.rest" name="push" rev="2.8.1">
<artifact name="push" type="war" />
</dependency>
@Grapes(
@Grab(group='org.apache.activemq.examples.rest', module='push', version='2.8.1')
)
libraryDependencies += "org.apache.activemq.examples.rest" % "push" % "2.8.1"
[org.apache.activemq.examples.rest/push "2.8.1"]