patterntesting-concurrent

PatternTesting Concurrent (patterntesting-concurrent) is a collection of useful thread aspects. It has support for testing, for sychnronization and for concurrent programming. Some of the ideas used in this library comes from reading Brian Goetz's book "Java Concurrency in Practice".

License

License

Categories

Categories

Net
GroupId

GroupId

net.sf.patterntesting
ArtifactId

ArtifactId

patterntesting-concurrent
Last Version

Last Version

0.9.9
Release Date

Release Date

Type

Type

jar
Description

Description

patterntesting-concurrent
PatternTesting Concurrent (patterntesting-concurrent) is a collection of useful thread aspects. It has support for testing, for sychnronization and for concurrent programming. Some of the ideas used in this library comes from reading Brian Goetz's book "Java Concurrency in Practice".
Project Organization

Project Organization

PatternTesting Team
Source Code Management

Source Code Management

http://patterntesting.cvs.sourceforge.net/viewvc/patterntesting/PatternTesting08/patterntesting-concurrent/

Download patterntesting-concurrent

How to add to project

<!-- https://jarcasting.com/artifacts/net.sf.patterntesting/patterntesting-concurrent/ -->
<dependency>
    <groupId>net.sf.patterntesting</groupId>
    <artifactId>patterntesting-concurrent</artifactId>
    <version>0.9.9</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.patterntesting/patterntesting-concurrent/
implementation 'net.sf.patterntesting:patterntesting-concurrent:0.9.9'
// https://jarcasting.com/artifacts/net.sf.patterntesting/patterntesting-concurrent/
implementation ("net.sf.patterntesting:patterntesting-concurrent:0.9.9")
'net.sf.patterntesting:patterntesting-concurrent:jar:0.9.9'
<dependency org="net.sf.patterntesting" name="patterntesting-concurrent" rev="0.9.9">
  <artifact name="patterntesting-concurrent" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.patterntesting', module='patterntesting-concurrent', version='0.9.9')
)
libraryDependencies += "net.sf.patterntesting" % "patterntesting-concurrent" % "0.9.9"
[net.sf.patterntesting/patterntesting-concurrent "0.9.9"]

Dependencies

compile (4)

Group / Artifact Type Version
net.sf.patterntesting : patterntesting-rt jar [0.9.8,)
org.aspectj : aspectjrt jar 1.6.5
commons-lang : commons-lang jar [2.3,]
commons-logging : commons-logging jar 1.1.1

test (1)

Group / Artifact Type Version
log4j : log4j jar 1.2.15

Project Modules

There are no modules declared in this project.

Versions

Version
0.9.9
0.9.8
0.9.7
0.9.5