o

optional-parsers

A utility class which provides parse functions. This functions are designed to be used in the java.util.Optional#flatMap(Function) method as parameter.
https://github.com/spjoe/optional-parsers
Apache License, Version 2.0
Camillo Dell'mour
Files download
File Operation
optional-parsers-0.0.1.jar download
optional-parsers-0.0.1.pom download
optional-parsers-0.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.spjoe</groupId>
  <artifactId>optional-parsers</artifactId>
  <version>0.0.1</version>
</dependency>
Gradle Groovy
implementation 'com.github.spjoe:optional-parsers:0.0.1'
Gradle Kotlin
implementation("com.github.spjoe:optional-parsers:0.0.1")
Scala SBT
libraryDependencies += "com.github.spjoe" % "optional-parsers" % "0.0.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.spjoe', module='optional-parsers', version='0.0.1')
)
Apache Ivy
<dependency org="com.github.spjoe" name="optional-parsers" rev="0.0.1" />
Leiningen
[com.github.spjoe/optional-parsers "0.0.1"]
Apache Buildr
'com.github.spjoe:optional-parsers:jar:0.0.1'