c

concurrent-tasks

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 worrying about synchronization and blocking for race conditions.
https://github.com/nealkumar/Concurrent-Tasks-Library
GNU Lesser General Public License v3.0
Neal Kumar
Files download
File Operation
concurrent-tasks-1.12.jar download
concurrent-tasks-1.12.pom download
concurrent-tasks-1.12-sources.jar download
Apache Maven
<dependency>
  <groupId>com.nealk.concurrent</groupId>
  <artifactId>concurrent-tasks</artifactId>
  <version>1.12</version>
</dependency>
Gradle Groovy
implementation 'com.nealk.concurrent:concurrent-tasks:1.12'
Gradle Kotlin
implementation("com.nealk.concurrent:concurrent-tasks:1.12")
Scala SBT
libraryDependencies += "com.nealk.concurrent" % "concurrent-tasks" % "1.12"
Groovy Grape
@Grapes(
  @Grab(group='com.nealk.concurrent', module='concurrent-tasks', version='1.12')
)
Apache Ivy
<dependency org="com.nealk.concurrent" name="concurrent-tasks" rev="1.12" />
Leiningen
[com.nealk.concurrent/concurrent-tasks "1.12"]
Apache Buildr
'com.nealk.concurrent:concurrent-tasks:jar:1.12'
Dependencies