MVN

com.extollit : data-structures

Maven & Gradle

Dec 22, 2021
1 usages
0 stars

RabbitMQ Manager · Convenience class for facilitating some common RabbitMQ tasks.

<dependency>
    <groupId>com.extollit</groupId>
    <artifactId>data-structures</artifactId>
    <version>2.18</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.extollit : data-structures to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.18

All Versions

Choose a version of com.extollit : data-structures to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.18
data-structures-2.18
2.15
data-structures-2.15
2.14
data-structures-2.14

How to add a dependency to Maven

Add the following com.extollit : data-structures maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.extollit</groupId>
    <artifactId>data-structures</artifactId>
    <version>2.18</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.extollit : data-structures gradle dependency to your build.gradle file:

implementation 'com.extollit:data-structures:2.18'

Gradle Kotlin DSL: Add the following com.extollit : data-structures gradle kotlin dependency to your build.gradle.kts file:

implementation("com.extollit:data-structures:2.18")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.extollit : data-structures sbt scala dependency to your build.sbt file:

libraryDependencies += "com.extollit" % "data-structures" % "2.18"

Advertisement