t

therore-concurrent

Therore Concurrency Libraries are an expanded set of services and types supporting advanced concurrent programming in Java.
Files download
File Operation
therore-concurrent-1.1.0.jar download
therore-concurrent-1.1.0.pom download
therore-concurrent-1.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>net.therore</groupId>
  <artifactId>therore-concurrent</artifactId>
  <version>1.1.0</version>
</dependency>
Gradle Groovy
implementation 'net.therore:therore-concurrent:1.1.0'
Gradle Kotlin
implementation("net.therore:therore-concurrent:1.1.0")
Scala SBT
libraryDependencies += "net.therore" % "therore-concurrent" % "1.1.0"
Groovy Grape
@Grapes(
  @Grab(group='net.therore', module='therore-concurrent', version='1.1.0')
)
Apache Ivy
<dependency org="net.therore" name="therore-concurrent" rev="1.1.0" />
Leiningen
[net.therore/therore-concurrent "1.1.0"]
Apache Buildr
'net.therore:therore-concurrent:jar:1.1.0'