
Offers a library to handle and manage results in data operations, facilitating robust error handling and success data encapsulation within projects. Compatible with Maven and Gradle build systems.
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>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()
}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>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()
}