Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wyatt-herkamp/enumconfig
https://github.com/wyatt-herkamp/enumconfig
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/wyatt-herkamp/enumconfig
- Owner: wyatt-herkamp
- Created: 2019-02-21T03:15:42.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-17T10:26:42.000Z (over 3 years ago)
- Last Synced: 2024-04-14T03:08:00.560Z (7 months ago)
- Language: Java
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# EnumConfig [![Maven Version](https://mvnhelper.potatocorp.dev/kingtux/me.kingtux/enumconfig/badge.png)](https://mvnhelper.potatocorp.dev/kingtux/me.kingtux/enumconfig)
Simple configs inside an Enum
## Maven
```xml
kingtux-repo
https://repo.kingtux.me/repository/maven-public/
me.kingtux
enumconfig
1.0
compile
```
## Gradle
```
repositories {
maven { url 'https://repo.kingtux.me/repository/maven-public/' }
}dependencies {
compile "me.kingtux:enumconfig:1.0"
}
```
## Example
https://github.com/wherkamp/EnumConfig/tree/master/src/test/java/me/kingtux/enumconfig/tests