is not current version
Last Version 0.2

com.googlecode.thread-weaver:threadweaver 0.1

Thread Weaver is a framework for writing multi-threaded unit tests in Java. It provides mechanisms for creating breakpoints within code, and for halting execution of a thread when a breakpoint is reached.

GroupId

GroupId

com.googlecode.thread-weaver
ArtifactId

ArtifactId

threadweaver
Version

Version

0.1
Type

Type

jar

Download threadweaver 0.1


<!-- https://jarcasting.com/artifacts/com.googlecode.thread-weaver/threadweaver/ -->
<dependency>
    <groupId>com.googlecode.thread-weaver</groupId>
    <artifactId>threadweaver</artifactId>
    <version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.thread-weaver/threadweaver/
implementation 'com.googlecode.thread-weaver:threadweaver:0.1'
// https://jarcasting.com/artifacts/com.googlecode.thread-weaver/threadweaver/
implementation ("com.googlecode.thread-weaver:threadweaver:0.1")
'com.googlecode.thread-weaver:threadweaver:jar:0.1'
<dependency org="com.googlecode.thread-weaver" name="threadweaver" rev="0.1">
  <artifact name="threadweaver" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.thread-weaver', module='threadweaver', version='0.1')
)
libraryDependencies += "com.googlecode.thread-weaver" % "threadweaver" % "0.1"
[com.googlecode.thread-weaver/threadweaver "0.1"]