Common utilities for Spring modules and other libraries

teabags

Teabags are utilities for Spring modules and other libraries including standard one, which makes the code more fluent, pretty and simple to understand.

Installation

repositories {
    maven(url = "https://jitpack.io")
}

implementation("uno.d1s.teabags:{module}:{teabags version}")

Modules

Module Description
teabag-spring-web Utilities for Spring Web.
teabag-testing Utilities for testing.

GitHub

View Github