An open API service indexing awesome lists of open source software.

https://github.com/pushfoo/jstacalc

A Java port of my stack calculator
https://github.com/pushfoo/jstacalc

Last synced: 11 months ago
JSON representation

A Java port of my stack calculator

Awesome Lists containing this project

README

          

# JStacalc

A Java Port / continuation of my [Stacalc](https://github.com/pushfoo/Stacalc) project.
Built to refresh & demonstrate my Java skills.

Built for:

* JDK 17.0
* Maven
* Apache commons IO 2.13.0
* (Test only) JUnit 5 Jupiter