is not current version
Last Version 0.9.9

net.sf.patterntesting:patterntesting-concurrent 0.9.8

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".

Categories

Categories

Net
GroupId

GroupId

net.sf.patterntesting
ArtifactId

ArtifactId

patterntesting-concurrent
Version

Version

0.9.8
Type

Type

jar

Download patterntesting-concurrent 0.9.8


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