| License |
License |
|---|---|
| GroupId | GroupIdcom.github.tbodt |
| ArtifactId | ArtifactIdjstack |
| Last Version | Last Version1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionJStack
A reimplementation of a Java stack data structure.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| jstack-1.0.pom | |
| jstack-1.0.jar | 5 KB |
| jstack-1.0-sources.jar | 3 KB |
| jstack-1.0-javadoc.jar | 34 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.tbodt/jstack/ -->
<dependency>
<groupId>com.github.tbodt</groupId>
<artifactId>jstack</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.tbodt/jstack/
implementation 'com.github.tbodt:jstack:1.0'
// https://jarcasting.com/artifacts/com.github.tbodt/jstack/
implementation ("com.github.tbodt:jstack:1.0")
'com.github.tbodt:jstack:jar:1.0'
<dependency org="com.github.tbodt" name="jstack" rev="1.0">
<artifact name="jstack" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.tbodt', module='jstack', version='1.0')
)
libraryDependencies += "com.github.tbodt" % "jstack" % "1.0"
[com.github.tbodt/jstack "1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.10 |