MVN

mx.bigdata.utils : amqp-utils

Maven & Gradle

Aug 28, 2013
3 stars

amqp-utils

<dependency>
    <groupId>mx.bigdata.utils</groupId>
    <artifactId>amqp-utils</artifactId>
    <version>1.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of mx.bigdata.utils : amqp-utils to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.0

All Versions

Choose a version of mx.bigdata.utils : amqp-utils to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
amqp-utils-1.3.0
1.2.x
amqp-utils-1.2.1
1.1
amqp-utils-1.1
1.0.x
amqp-utils-1.0.8
amqp-utils-1.0.7
amqp-utils-1.0.6
amqp-utils-1.0.5
amqp-utils-1.0.4
amqp-utils-1.0.3

How to add a dependency to Maven

Add the following mx.bigdata.utils : amqp-utils maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>mx.bigdata.utils</groupId>
    <artifactId>amqp-utils</artifactId>
    <version>1.3.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following mx.bigdata.utils : amqp-utils gradle dependency to your build.gradle file:

implementation 'mx.bigdata.utils:amqp-utils:1.3.0'

Gradle Kotlin DSL: Add the following mx.bigdata.utils : amqp-utils gradle kotlin dependency to your build.gradle.kts file:

implementation("mx.bigdata.utils:amqp-utils:1.3.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following mx.bigdata.utils : amqp-utils sbt scala dependency to your build.sbt file:

libraryDependencies += "mx.bigdata.utils" % "amqp-utils" % "1.3.0"