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