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