Adding Result to Your Build
How to add Result as a dependency to your build
Artifact Coordinates
Group ID
Artifact ID
Latest Version
Maven
<dependencies>
<dependency>
<groupId>com.leakyabstractions</groupId>
<artifactId>result</artifactId>
<version>1.0.0.0</version>
</dependency>
</dependencies>Gradle
Conclusion
Last updated
Was this helpful?