MVN

org.jbrew : concurrent

Maven & Gradle

Apr 21, 2020
1 usages

JBrew :: Concurrency Library · An easy-to-consume concurrency library allowing for "Tasks" to execute business logic in a thread safe manner. This library helps users achieve multi-threading in their applications without needing to control for object contention in race conditions.

<dependency>
    <groupId>org.jbrew</groupId>
    <artifactId>concurrent</artifactId>
    <version>0.0.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jbrew : concurrent to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.7
  • Latest Beta: 0.1.0-beta.6
  • Latest Alpha: 0.1.0-alpha.3

All Versions

Choose a version of org.jbrew : concurrent to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
concurrent-0.1.0-beta.6
concurrent-0.1.0-beta.5
concurrent-0.1.0-beta.4
concurrent-0.1.0-beta.3
concurrent-0.1.0-beta.2
concurrent-0.1.0-beta.1
concurrent-0.1.0-beta
concurrent-0.1.0-alpha.3
concurrent-0.1.0-alpha.2
concurrent-0.1.0-alpha.1
concurrent-0.1.0-alpha
0.0.x
concurrent-0.0.7
concurrent-0.0.6
concurrent-0.0.5
concurrent-0.0.4
concurrent-0.0.3
concurrent-0.0.2
concurrent-0.0.1

How to add a dependency to Maven

Add the following org.jbrew : concurrent maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.jbrew</groupId>
    <artifactId>concurrent</artifactId>
    <version>0.0.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.jbrew : concurrent gradle dependency to your build.gradle file:

implementation 'org.jbrew:concurrent:0.0.7'

Gradle Kotlin DSL: Add the following org.jbrew : concurrent gradle kotlin dependency to your build.gradle.kts file:

implementation("org.jbrew:concurrent:0.0.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.jbrew : concurrent sbt scala dependency to your build.sbt file:

libraryDependencies += "org.jbrew" % "concurrent" % "0.0.7"

Advertisement

Dependencies from Group

Apr 21, 2020
1 usages
Apr 21, 2020
0 stars

Discover Dependencies

Jul 20, 2023
6 usages
5.7k stars
Nov 20, 2020
1 usages
7 stars
Nov 10, 2021
1 usages
2 stars
Nov 10, 2021
1 usages
2 stars
Nov 10, 2021
1 usages
2 stars
Feb 26, 2021
2 usages
0 stars
Apr 18, 2023
1 usages
1 stars
Jun 20, 2020
7 usages
4.2k stars