| License |
License |
|---|---|
| GroupId | GroupIdio.airlift |
| ArtifactId | ArtifactIdstackfold |
| Version | Version1 |
| Type | Typejar |
| Description |
Descriptionstackfold
Fold related stacks in Java thread dumps
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| stackfold-1.pom | |
| stackfold-1.jar | 15 KB |
| stackfold-1-tests.jar | 5 KB |
| stackfold-1-test-sources.jar | 3 KB |
| stackfold-1-sources.jar | 6 KB |
| stackfold-1-javadoc.jar | 49 KB |
| stackfold-1-executable.jar | 2 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.airlift/stackfold/ -->
<dependency>
<groupId>io.airlift</groupId>
<artifactId>stackfold</artifactId>
<version>1</version>
</dependency>
// https://jarcasting.com/artifacts/io.airlift/stackfold/
implementation 'io.airlift:stackfold:1'
// https://jarcasting.com/artifacts/io.airlift/stackfold/
implementation ("io.airlift:stackfold:1")
'io.airlift:stackfold:jar:1'
<dependency org="io.airlift" name="stackfold" rev="1">
<artifact name="stackfold" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.airlift', module='stackfold', version='1')
)
libraryDependencies += "io.airlift" % "stackfold" % "1"
[io.airlift/stackfold "1"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.guava : guava | jar | 18.0 |
| com.google.code.findbugs : annotations | jar | 2.0.3 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.testng : testng | jar | 6.9.6 |