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
- Host: GitHub
- URL: https://github.com/phax/ph-math
- Owner: phax
- License: apache-2.0
- Created: 2014-08-23T16:06:36.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2025-01-21T17:43:25.000Z (over 1 year ago)
- Last Synced: 2025-01-31T23:06:29.691Z (over 1 year ago)
- Language: Java
- Size: 2.34 MB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
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.