is not current version
Last Version 1.3.0

it.ozimov:java8-hamcrest-matchers 1.0.2

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

1.0.2
Type

Type

jar

Download java8-hamcrest-matchers 1.0.2


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