MVN

net.intelie.disq : disq

Maven & Gradle

Mar 13, 2020
1 usages
17 stars

Disq · Disk-backed queue for fun and profit

<dependency>
    <groupId>net.intelie.disq</groupId>
    <artifactId>disq</artifactId>
    <version>0.13</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.intelie.disq : disq to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.13

All Versions

Choose a version of net.intelie.disq : disq to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.13
disq-0.13
0.12
disq-0.12
0.11
disq-0.11
0.10
disq-0.10
0.9
disq-0.9
0.8
disq-0.8
0.7
disq-0.7
0.6
disq-0.6
0.5
disq-0.5
0.4
disq-0.4
0.3
disq-0.3
0.2
disq-0.2
0.1
disq-0.1

How to add a dependency to Maven

Add the following net.intelie.disq : disq maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.intelie.disq</groupId>
    <artifactId>disq</artifactId>
    <version>0.13</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.intelie.disq : disq gradle dependency to your build.gradle file:

implementation 'net.intelie.disq:disq:0.13'

Gradle Kotlin DSL: Add the following net.intelie.disq : disq gradle kotlin dependency to your build.gradle.kts file:

implementation("net.intelie.disq:disq:0.13")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.intelie.disq : disq sbt scala dependency to your build.sbt file:

libraryDependencies += "net.intelie.disq" % "disq" % "0.13"

Advertisement