h

hamcrest-optional

A set of Hamcrest matchers for java.util.Optional.
https://github.com/npathai/hamcrest-optional/
MIT License
Narendra Pathai Stefan Birkner
Files download
File Operation
hamcrest-optional-2.0.0.jar download
hamcrest-optional-2.0.0.pom download
hamcrest-optional-2.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.npathai</groupId>
  <artifactId>hamcrest-optional</artifactId>
  <version>2.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.npathai:hamcrest-optional:2.0.0'
Gradle Kotlin
implementation("com.github.npathai:hamcrest-optional:2.0.0")
Scala SBT
libraryDependencies += "com.github.npathai" % "hamcrest-optional" % "2.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.npathai', module='hamcrest-optional', version='2.0.0')
)
Apache Ivy
<dependency org="com.github.npathai" name="hamcrest-optional" rev="2.0.0" />
Leiningen
[com.github.npathai/hamcrest-optional "2.0.0"]
Apache Buildr
'com.github.npathai:hamcrest-optional:jar:2.0.0'
Dependencies