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