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
文件下载
文件名 操作
threadly-test-1.0.jar 下载
threadly-test-1.0.pom 下载
threadly-test-1.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.threadly</groupId>
  <artifactId>threadly-test</artifactId>
  <version>1.0</version>
</dependency>
Gradle Groovy
implementation 'org.threadly:threadly-test:1.0'
Gradle Kotlin
implementation("org.threadly:threadly-test:1.0")
Scala SBT
libraryDependencies += "org.threadly" % "threadly-test" % "1.0"
Groovy Grape
@Grapes(
  @Grab(group='org.threadly', module='threadly-test', version='1.0')
)
Apache Ivy
<dependency org="org.threadly" name="threadly-test" rev="1.0" />
Leiningen
[org.threadly/threadly-test "1.0"]
Apache Buildr
'org.threadly:threadly-test:jar:1.0'
本项目依赖