License |
License |
---|---|
GroupId | GroupIdcom.googlecode.thread-weaver |
ArtifactId | ArtifactIdthreadweaver |
Last Version | Last Version0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionThread Weaver
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.
|
Filename | Size |
---|---|
threadweaver-0.2.pom | |
threadweaver-0.2.jar | 115 KB |
threadweaver-0.2-sources.jar | 107 KB |
threadweaver-0.2-javadoc.jar | 284 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.googlecode.thread-weaver/threadweaver/ -->
<dependency>
<groupId>com.googlecode.thread-weaver</groupId>
<artifactId>threadweaver</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.thread-weaver/threadweaver/
implementation 'com.googlecode.thread-weaver:threadweaver:0.2'
// https://jarcasting.com/artifacts/com.googlecode.thread-weaver/threadweaver/
implementation ("com.googlecode.thread-weaver:threadweaver:0.2")
'com.googlecode.thread-weaver:threadweaver:jar:0.2'
<dependency org="com.googlecode.thread-weaver" name="threadweaver" rev="0.2">
<artifact name="threadweaver" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.thread-weaver', module='threadweaver', version='0.2')
)
libraryDependencies += "com.googlecode.thread-weaver" % "threadweaver" % "0.2"
[com.googlecode.thread-weaver/threadweaver "0.2"]
Group / Artifact | Type | Version |
---|---|---|
org.javassist : javassist | jar | 3.18.1-GA |
org.objenesis : objenesis | jar | 1.3 |
cglib : cglib-nodep | jar | 2.2.2 |
org.easymock : easymock | jar | 3.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
asm : asm | jar | 3.3.1 |