Download hamcrest-optional-1.0.jar file - Jar h

Jar examples for h:hamcrest-optional

Description

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

You can download jar file hamcrest-optional 1.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add hamcrest-optional-1.0.jar to your project.

<dependency>
   <groupId>com.github.baev</groupId>
   <artifactId>hamcrest-optional</artifactId>
   <version>1.0</version>
</dependency>
compile group: 'com.github.baev', name: 'hamcrest-optional', version: '1.0'
libraryDependencies += "com.github.baev" % "hamcrest-optional" % "1.0"
<dependency org="com.github.baev" name="hamcrest-optional" rev="1.0"/>
@Grapes(@Grab(group='com.github.baev', module='hamcrest-optional', version='1.0'))
'com.github.baev:hamcrest-optional:jar:1.0'

Download

Click the following link to download the jar file.

hamcrest-optional-1.0-javadoc.jar
hamcrest-optional-1.0-sources.jar
hamcrest-optional-1.0.jar
hamcrest-optional-1.0.pom



Related Tutorials