m

multithreadedtc

A framework for testing concurrent Java applications
http://code.google.com/p/multithreadedtc/
New BSD License
Bill Pugh Nat Ayewah
Files download
File Operation
multithreadedtc-1.01.jar download
multithreadedtc-1.01.pom download
multithreadedtc-1.01-sources.jar download
Apache Maven
<dependency>
  <groupId>com.googlecode.multithreadedtc</groupId>
  <artifactId>multithreadedtc</artifactId>
  <version>1.01</version>
</dependency>
Gradle Groovy
implementation 'com.googlecode.multithreadedtc:multithreadedtc:1.01'
Gradle Kotlin
implementation("com.googlecode.multithreadedtc:multithreadedtc:1.01")
Scala SBT
libraryDependencies += "com.googlecode.multithreadedtc" % "multithreadedtc" % "1.01"
Groovy Grape
@Grapes(
  @Grab(group='com.googlecode.multithreadedtc', module='multithreadedtc', version='1.01')
)
Apache Ivy
<dependency org="com.googlecode.multithreadedtc" name="multithreadedtc" rev="1.01" />
Leiningen
[com.googlecode.multithreadedtc/multithreadedtc "1.01"]
Apache Buildr
'com.googlecode.multithreadedtc:multithreadedtc:jar:1.01'
Dependencies
The project has no third-party dependencies