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