is not current version
Last Version 1.3.0

it.ozimov:java8-hamcrest-matchers 0.4.0

An extension to make unit test easier with Hamcrest and Java8.

Categories

Categories

Java 8 Languages
GroupId

GroupId

it.ozimov
ArtifactId

ArtifactId

java8-hamcrest-matchers
Version

Version

0.4.0
Type

Type

jar

Download java8-hamcrest-matchers 0.4.0


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