Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mineking9534/mathutils
Math library for Java
https://github.com/mineking9534/mathutils
java math
Last synced: 1 day ago
JSON representation
Math library for Java
- Host: GitHub
- URL: https://github.com/mineking9534/mathutils
- Owner: MineKing9534
- License: mit
- Created: 2024-04-11T12:24:01.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-04-11T16:37:18.000Z (7 months ago)
- Last Synced: 2024-04-12T20:19:37.769Z (7 months ago)
- Topics: java, math
- Language: Java
- Homepage:
- Size: 78.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
![[Java CI]](https://github.com/MineKing9534/MathUtils/actions/workflows/check.yml/badge.svg)
![[Latest Version]](https://maven.mineking.dev/api/badge/latest/releases/de/mineking/MathUtils?prefix=v&name=Latest%20Version&color=0374b5)# Installation
MathUtils is hosted on a custom repository at [https://maven.mineking.dev](https://maven.mineking.dev/#/releases/de/mineking/MathUtils). Replace VERSION with the lastest version (without the `v` prefix).
Alternatively, you can download the artifacts from jitpack (not recommended).### Gradle
```groovy
repositories {
maven { url "https://maven.mineking.dev/releases" }
}dependencies {
implementation "de.mineking:MathUtils:VERSION"
}
```### Maven
```xml
mineking
https://maven.mineking.dev/releases
de.mineking
MathUtils
VERSION
```