Last Version

Cirneco's Hamcrest Extensions 0.2

An extension to make unit test easier with Hamcrest.

License

License

GroupId

GroupId

it.ozimov
ArtifactId

ArtifactId

cirneco-hamcrest-parent
Version

Version

0.2
Type

Type

pom
Description

Description

Cirneco's Hamcrest Extensions
An extension to make unit test easier with Hamcrest.

Download cirneco-hamcrest-parent 0.2


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

Dependencies

compile (1)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.13

test (2)

Group / Artifact Type Version
junit : junit jar 4.12
org.mockito : mockito-all jar 1.10.19

Project Modules

  • cirneco-hamcrest-jdk7
  • cirneco-hamcrest-jdk8