data-result

Using in your projects
Maven
Add dependencies (you can also add other modules that you need) and make sure that you use the correct version:
<dependency>
<groupId>io.github.railian.data</groupId>
<artifactId>data-result</artifactId>
<version>0.2.0</version>
</dependency>
Gradle
Add dependencies (you can also add other modules that you need) and make sure that you use the correct version:
dependencies {
implementation("io.github.railian.data:data-result:0.2.0")
}
Make sure that you have mavenCentral() in the list of repositories:
repositories {
mavenCentral()
}