Files download
File Operation
jstack-1.0.jar download
jstack-1.0.pom download
jstack-1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.tbodt</groupId>
  <artifactId>jstack</artifactId>
  <version>1.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.tbodt:jstack:1.0'
Gradle Kotlin
implementation("com.github.tbodt:jstack:1.0")
Scala SBT
libraryDependencies += "com.github.tbodt" % "jstack" % "1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.tbodt', module='jstack', version='1.0')
)
Apache Ivy
<dependency org="com.github.tbodt" name="jstack" rev="1.0" />
Leiningen
[com.github.tbodt/jstack "1.0"]
Apache Buildr
'com.github.tbodt:jstack:jar:1.0'
Dependencies