is not current version
Last Version 0.3.1

com.lambdista:try 0.3.0

Implementation of the Scala's Try-Success-Failure's API for Java 8

GroupId

GroupId

com.lambdista
ArtifactId

ArtifactId

try
Version

Version

0.3.0
Type

Type

jar

Download try 0.3.0


<!-- https://jarcasting.com/artifacts/com.lambdista/try/ -->
<dependency>
    <groupId>com.lambdista</groupId>
    <artifactId>try</artifactId>
    <version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.lambdista/try/
implementation 'com.lambdista:try:0.3.0'
// https://jarcasting.com/artifacts/com.lambdista/try/
implementation ("com.lambdista:try:0.3.0")
'com.lambdista:try:jar:0.3.0'
<dependency org="com.lambdista" name="try" rev="0.3.0">
  <artifact name="try" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lambdista', module='try', version='0.3.0')
)
libraryDependencies += "com.lambdista" % "try" % "0.3.0"
[com.lambdista/try "0.3.0"]