https://github.com/krlite/equator-utils
The Sub-library for Equator's Utilities.
https://github.com/krlite/equator-utils
utils-library
Last synced: about 1 year ago
JSON representation
The Sub-library for Equator's Utilities.
- Host: GitHub
- URL: https://github.com/krlite/equator-utils
- Owner: KrLite
- License: gpl-3.0
- Created: 2023-01-01T12:10:46.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-28T04:35:07.000Z (over 3 years ago)
- Last Synced: 2023-04-01T13:18:53.124Z (about 3 years ago)
- Topics: utils-library
- Language: Java
- Homepage:
- Size: 681 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Equator Utils is Deprecated as [Equator](https://github.com/KrLite/Equator-v2) Goes into Version 2.0+
# Equator-Utils
**Equator Utils** is the sub-library of **[Equator.](https://github.com/KrLite/Equator)**
This library provides a set of utilities, not only can be used in rendering but also in other common environments.
## Implementation
The easiest way of implementing this library is to use **[JitPack.](https://jitpack.io/#KrLite/Equator-Utils)**
Add the content below to your `build.gradle:`
```groovy
repositories {
maven { url "https://jitpack.io" }
}
dependencies {
implementation "com.github.KrLite:Equator-Utils:v{x}"
}
```
> The `v{x}` above should be replaced by the latest [`Jitpack version`](https://jitpack.io/#KrLite/Equator-Utils) of **Equator Utils.**