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

https://github.com/phax/ph-math

Java library with some graph implementations
https://github.com/phax/ph-math

Last synced: 7 months ago
JSON representation

Java library with some graph implementations

Awesome Lists containing this project

README

          

# ph-math

Java library with some basic math implementations

* Misc numbercruncher stuff

# Maven usage

Add the following to your pom.xml to use this artifact, replacing `x.y.z` with the effective version number:

```xml

com.helger
ph-math
x.y.z

```

# News and noteworthy

v6.0.0 - 2025-08-25
* Requires Java 17 as the minimum version
* Updated to ph-commons 12.0.0

v5.0.1 - 2023-07-31
* Updated to ph-commons 11.1

v5.0.0 - 2023-01-08
* Using Java 11 as the baseline
* Updated to ph-commons 11

v4.1.0 - 2021-03-21
* Updated to ph-commons 10

v4.0.1 - 2020-09-17
* Updated to Jakarta JAXB 2.3.3

v4.0.0 - 2017-11-09
* Updated to ph-commons 9.0.0

v3.0.0
* Updated to ph-commons 8.x

v2.0.0
* Updated to ph-commons 6.x

v1.2.0
* Requires ph-commons 5.x

---

My personal [Coding Styleguide](https://github.com/phax/meta/blob/master/CodingStyleguide.md) |
It is appreciated if you star the GitHub project if you like it.