| License |
License |
|---|---|
| GroupId | GroupIdch.petikoch.libs |
| ArtifactId | ArtifactIdjtrag |
| Version | Version2.0.0 |
| Type | Typejar |
| Description |
Descriptionjtrag
A small java 8+ library (on top of jtwfg) using a "task resource assignment graph" model to detect deadlocks
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| jtrag-2.0.0.pom | |
| jtrag-2.0.0.jar | 1 KB |
| jtrag-2.0.0-sources.jar | 1 KB |
| jtrag-2.0.0-javadoc.jar | 19 KB |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| ch.petikoch.libs : jtwfg | jar | 2.0.0 |
| 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 |