| License |
License |
|---|---|
| GroupId | GroupIdit.ozimov |
| ArtifactId | ArtifactIdcirneco-hamcrest-jdk7 |
| Version | Version0.2 |
| Type | Typejar |
| Description |
DescriptionCirneco's Hamcrest Extensions for JDK7
An extension to make unit test easier with Hamcrest and Guava.
|
| Filename | Size |
|---|---|
| cirneco-hamcrest-jdk7-0.2.pom | |
| cirneco-hamcrest-jdk7-0.2.jar | 55 KB |
| cirneco-hamcrest-jdk7-0.2-tests.jar | 111 KB |
| cirneco-hamcrest-jdk7-0.2-sources.jar | 35 KB |
| cirneco-hamcrest-jdk7-0.2-javadoc.jar | 247 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/it.ozimov/cirneco-hamcrest-jdk7/ -->
<dependency>
<groupId>it.ozimov</groupId>
<artifactId>cirneco-hamcrest-jdk7</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/it.ozimov/cirneco-hamcrest-jdk7/
implementation 'it.ozimov:cirneco-hamcrest-jdk7:0.2'
// https://jarcasting.com/artifacts/it.ozimov/cirneco-hamcrest-jdk7/
implementation ("it.ozimov:cirneco-hamcrest-jdk7:0.2")
'it.ozimov:cirneco-hamcrest-jdk7:jar:0.2'
<dependency org="it.ozimov" name="cirneco-hamcrest-jdk7" rev="0.2">
<artifact name="cirneco-hamcrest-jdk7" type="jar" />
</dependency>
@Grapes(
@Grab(group='it.ozimov', module='cirneco-hamcrest-jdk7', version='0.2')
)
libraryDependencies += "it.ozimov" % "cirneco-hamcrest-jdk7" % "0.2"
[it.ozimov/cirneco-hamcrest-jdk7 "0.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.hamcrest : hamcrest-all | jar | 1.3 |
| com.google.guava : guava | jar | 18.0 |
| commons-validator : commons-validator | jar | 1.5.0 |
| joda-time : joda-time | jar | 2.9.1 |
| org.slf4j : slf4j-api | jar | 1.7.13 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.mockito : mockito-all | jar | 1.10.19 |