Skip to content

Sparky983/warp-config

Repository files navigation

Warp Config

Warp is an annotation based configuration mapper for Java.

Quick Links

Installation

For Maven, add the following:

<dependency>
    <groupId>me.sparky983.warp</groupId>
    <artifactId>warp-yaml</artifactId>
    <version>0.2</version>
</dependency>

For Gradle (kts), add the following:

repositories {
    mavenCentral()
}

dependencies {
    implementation("me.sparky983.warp:warp-yaml:0.2")
}

For Gradle (Groovy), add the following:

repositories {
    mavenCentral()
}

dependencies {
    implementation 'me.sparky983.warp:warp-yaml:0.2'
}

About

An annotation-based configuration library

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages