Last Version

jtrag 2.0.0

A small java 8+ library (on top of jtwfg) using a "task resource assignment graph" model to detect deadlocks

License

License

GroupId

GroupId

ch.petikoch.libs
ArtifactId

ArtifactId

jtrag
Version

Version

2.0.0
Type

Type

jar
Description

Description

jtrag
A small java 8+ library (on top of jtwfg) using a "task resource assignment graph" model to detect deadlocks
Project URL

Project URL

https://github.com/Petikoch/jtrag
Source Code Management

Source Code Management

https://github.com/Petikoch/jtrag

Download jtrag 2.0.0


<!-- https://jarcasting.com/artifacts/ch.petikoch.libs/jtrag/ -->
<dependency>
    <groupId>ch.petikoch.libs</groupId>
    <artifactId>jtrag</artifactId>
    <version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/ch.petikoch.libs/jtrag/
implementation 'ch.petikoch.libs:jtrag:2.0.0'
// https://jarcasting.com/artifacts/ch.petikoch.libs/jtrag/
implementation ("ch.petikoch.libs:jtrag:2.0.0")
'ch.petikoch.libs:jtrag:jar:2.0.0'
<dependency org="ch.petikoch.libs" name="jtrag" rev="2.0.0">
  <artifact name="jtrag" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.petikoch.libs', module='jtrag', version='2.0.0')
)
libraryDependencies += "ch.petikoch.libs" % "jtrag" % "2.0.0"
[ch.petikoch.libs/jtrag "2.0.0"]

Dependencies

compile (1)

Group / Artifact Type Version
ch.petikoch.libs : jtwfg jar 2.0.0

test (4)

Group / Artifact Type Version
org.codehaus.groovy : groovy-all jar 2.5.14
org.spockframework : spock-core jar 1.3-groovy-2.5
cglib : cglib-nodep jar 3.3.0
com.google.guava : guava jar 30.1.1-jre

Project Modules

There are no modules declared in this project.