MVN

de.wayofquality.blended : blended.akka.http.jmsqueue

Maven & Gradle

Aug 06, 2018
1 usages
35 stars

Provide a simple REST interface to consume messages from JMS Queues

<dependency>
    <groupId>de.wayofquality.blended</groupId>
    <artifactId>blended.akka.http.jmsqueue</artifactId>
    <version>2.5.0-M10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.wayofquality.blended : blended.akka.http.jmsqueue to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.5.0-M10

All Versions

Choose a version of de.wayofquality.blended : blended.akka.http.jmsqueue to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.5.x
blended.akka.http.jmsqueue-2.5.0-M10
blended.akka.http.jmsqueue-2.5.0-M9
blended.akka.http.jmsqueue-2.5.0-M8
blended.akka.http.jmsqueue-2.5.0-M7
blended.akka.http.jmsqueue-2.5.0-M6
blended.akka.http.jmsqueue-2.5.0-M5
blended.akka.http.jmsqueue-2.5.0-M4
blended.akka.http.jmsqueue-2.5.0-M3
blended.akka.http.jmsqueue-2.5.0-M2

How to add a dependency to Maven

Add the following de.wayofquality.blended : blended.akka.http.jmsqueue maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.wayofquality.blended</groupId>
    <artifactId>blended.akka.http.jmsqueue</artifactId>
    <version>2.5.0-M10</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.wayofquality.blended : blended.akka.http.jmsqueue gradle dependency to your build.gradle file:

implementation 'de.wayofquality.blended:blended.akka.http.jmsqueue:2.5.0-M10'

Gradle Kotlin DSL: Add the following de.wayofquality.blended : blended.akka.http.jmsqueue gradle kotlin dependency to your build.gradle.kts file:

implementation("de.wayofquality.blended:blended.akka.http.jmsqueue:2.5.0-M10")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.wayofquality.blended : blended.akka.http.jmsqueue sbt scala dependency to your build.sbt file:

libraryDependencies += "de.wayofquality.blended" % "blended.akka.http.jmsqueue" % "2.5.0-M10"

Advertisement