t

threadly-test

A library of tools to assist with safe concurrent java development.
http://threadly.org/
Mozilla Public License Version 2.0
Mike Jensen
Files download
File Operation
threadly-test-0.1.jar download
threadly-test-0.1.pom download
threadly-test-0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.threadly</groupId>
  <artifactId>threadly-test</artifactId>
  <version>0.1</version>
</dependency>
Gradle Groovy
implementation 'org.threadly:threadly-test:0.1'
Gradle Kotlin
implementation("org.threadly:threadly-test:0.1")
Scala SBT
libraryDependencies += "org.threadly" % "threadly-test" % "0.1"
Groovy Grape
@Grapes(
  @Grab(group='org.threadly', module='threadly-test', version='0.1')
)
Apache Ivy
<dependency org="org.threadly" name="threadly-test" rev="0.1" />
Leiningen
[org.threadly/threadly-test "0.1"]
Apache Buildr
'org.threadly:threadly-test:jar:0.1'
Dependencies