| License |
License
The GNU General Public License
|
|---|---|
| GroupId | GroupIdcom.melessoftware.hamcrest |
| ArtifactId | ArtifactIdhamcrest-extras |
| Version | Version0.1.1 |
| Type | Typejar |
| Description |
Descriptionhamcrest-extras
Additional matchers for hamcrest
|
| Filename | Size |
|---|---|
| hamcrest-extras-0.1.1.pom | |
| hamcrest-extras-0.1.1.jar | 28 KB |
| hamcrest-extras-0.1.1-sources.jar | 21 KB |
| hamcrest-extras-0.1.1-javadoc.jar | 69 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.melessoftware.hamcrest/hamcrest-extras/ -->
<dependency>
<groupId>com.melessoftware.hamcrest</groupId>
<artifactId>hamcrest-extras</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.melessoftware.hamcrest/hamcrest-extras/
implementation 'com.melessoftware.hamcrest:hamcrest-extras:0.1.1'
// https://jarcasting.com/artifacts/com.melessoftware.hamcrest/hamcrest-extras/
implementation ("com.melessoftware.hamcrest:hamcrest-extras:0.1.1")
'com.melessoftware.hamcrest:hamcrest-extras:jar:0.1.1'
<dependency org="com.melessoftware.hamcrest" name="hamcrest-extras" rev="0.1.1">
<artifact name="hamcrest-extras" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.melessoftware.hamcrest', module='hamcrest-extras', version='0.1.1')
)
libraryDependencies += "com.melessoftware.hamcrest" % "hamcrest-extras" % "0.1.1"
[com.melessoftware.hamcrest/hamcrest-extras "0.1.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.hamcrest : hamcrest-core | jar | 1.3 |
| com.google.guava : guava Optional | jar | 15.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |
| org.hamcrest : hamcrest-library | jar | 1.3 |
| org.mockito : mockito-all | jar | 1.9.5 |