JStack

A reimplementation of a Java stack data structure.

License

License

GroupId

GroupId

com.github.tbodt
ArtifactId

ArtifactId

jstack
Last Version

Last Version

1.0
Release Date

Release Date

Type

Type

jar
Description

Description

JStack
A reimplementation of a Java stack data structure.
Project URL

Project URL

https://github.com/tbodt/jstack/
Source Code Management

Source Code Management

http://sourceforge.net/p/jrestack/code

Download jstack

How to add to project

<!-- 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"]

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.10

Project Modules

There are no modules declared in this project.

Versions

Version
1.0