MVN

com.github.marianobarrios : lbmq

Maven & Gradle

Sep 18, 2022

Linked Blocking Multi-Queue · A concurrent collection that extends the existing Java concurrent collection library, offering an optionally-bounded blocking "multi-queue" based on linked nodes.

<dependency>
    <groupId>com.github.marianobarrios</groupId>
    <artifactId>lbmq</artifactId>
    <version>0.6.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.marianobarrios : lbmq to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.6.0

All Versions

Choose a version of com.github.marianobarrios : lbmq to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.6.x
lbmq-0.6.0
0.5.x
lbmq-0.5.0
0.2.x
lbmq-0.2.0
0.1.x
lbmq-0.1.0

How to add a dependency to Maven

Add the following com.github.marianobarrios : lbmq maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.marianobarrios</groupId>
    <artifactId>lbmq</artifactId>
    <version>0.6.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.marianobarrios : lbmq gradle dependency to your build.gradle file:

implementation 'com.github.marianobarrios:lbmq:0.6.0'

Gradle Kotlin DSL: Add the following com.github.marianobarrios : lbmq gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.marianobarrios:lbmq:0.6.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.marianobarrios : lbmq sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.marianobarrios" % "lbmq" % "0.6.0"

Advertisement

Dependencies from Group

Discover Dependencies

Apr 25, 2018
1 usages
6 stars
Aug 05, 2017
4 usages
20 stars
Oct 14, 2018
9 usages
1k stars
May 29, 2019
3 usages
62 stars
Apr 12, 2017
1 usages
1.2k stars
Nov 18, 2021
2.1k stars
Aug 04, 2023
80 stars
Sep 20, 2016
1 usages
42 stars