Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/wyatt-herkamp/enumconfig


https://github.com/wyatt-herkamp/enumconfig

Last synced: 22 days ago
JSON representation

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