MVN

org.apache.activemq.examples.rest : push

Maven & Gradle

Aug 30, 2022
868 stars

Push Subscriptions

<dependency>
    <groupId>org.apache.activemq.examples.rest</groupId>
    <artifactId>push</artifactId>
    <version>2.25.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.activemq.examples.rest : push to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.25.0

All Versions

Choose a version of org.apache.activemq.examples.rest : push to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.25.x
push-2.25.0
2.24.x
push-2.24.0
2.23.x
push-2.23.1
push-2.23.0
2.22.x
push-2.22.0
2.21.x
push-2.21.0
2.20.x
push-2.20.0
2.19.x
push-2.19.1
push-2.19.0
2.18.x
push-2.18.0
2.17.x
push-2.17.0
2.16.x
push-2.16.0
2.15.x
push-2.15.0
2.14.x
push-2.14.0
2.13.x
push-2.13.0
2.12.x
push-2.12.0
2.11.x
push-2.11.0
2.10.x
push-2.10.1
push-2.10.0
2.9.x
push-2.9.0
2.8.x
push-2.8.1
push-2.8.0
2.7.x
push-2.7.0
2.6.x
push-2.6.4
push-2.6.3
push-2.6.2
push-2.6.1
push-2.6.0
2.5.x
push-2.5.0
2.4.x
push-2.4.0
2.3.x
push-2.3.0
2.2.x
push-2.2.0
2.1.x
push-2.1.0
2.0.x
push-2.0.0
1.5.x
push-1.5.6
push-1.5.5
push-1.5.4
push-1.5.3
push-1.5.2
push-1.5.1
push-1.5.0
1.4.x
push-1.4.0
1.3.x
push-1.3.0
1.2.x
push-1.2.0
1.1.x
push-1.1.0
1.0.x
push-1.0.0

How to add a dependency to Maven

Add the following org.apache.activemq.examples.rest : push maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.activemq.examples.rest</groupId>
    <artifactId>push</artifactId>
    <version>2.25.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.activemq.examples.rest : push gradle dependency to your build.gradle file:

implementation 'org.apache.activemq.examples.rest:push:2.25.0'

Gradle Kotlin DSL: Add the following org.apache.activemq.examples.rest : push gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.activemq.examples.rest:push:2.25.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.activemq.examples.rest : push sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.activemq.examples.rest" % "push" % "2.25.0"