MVN

com.jsunsoft.util : concurrent

Maven & Gradle

Jun 15, 2020
0 stars

concurrent · Lock

<dependency>
    <groupId>com.jsunsoft.util</groupId>
    <artifactId>concurrent</artifactId>
    <version>0.0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.jsunsoft.util : concurrent to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.3
  • Latest Alpha: 0.0.1-alpha2

All Versions

Choose a version of com.jsunsoft.util : concurrent to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
concurrent-0.0.3
concurrent-0.0.2
concurrent-0.0.1
concurrent-0.0.1-alpha2
concurrent-0.0.1-alpha1
concurrent-0.0.1-alpha0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.jsunsoft.util</groupId>
    <artifactId>concurrent</artifactId>
    <version>0.0.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.jsunsoft.util : concurrent gradle dependency to your build.gradle file:

implementation 'com.jsunsoft.util:concurrent:0.0.3'

Gradle Kotlin DSL: Add the following com.jsunsoft.util : concurrent gradle kotlin dependency to your build.gradle.kts file:

implementation("com.jsunsoft.util:concurrent:0.0.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.jsunsoft.util : concurrent sbt scala dependency to your build.sbt file:

libraryDependencies += "com.jsunsoft.util" % "concurrent" % "0.0.3"