is not current version
Last Version 2.0.0

com.github.npathai:hamcrest-optional 1.0

A set of Hamcrest matchers for java.util.Optional.

GroupId

GroupId

com.github.npathai
ArtifactId

ArtifactId

hamcrest-optional
Version

Version

1.0
Type

Type

jar

Download hamcrest-optional 1.0


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