| License |
License |
|---|---|
| GroupId | GroupIdcom.lexicalscope.hamcrest |
| ArtifactId | ArtifactIdmatchers-additional |
| Version | Version0.0.2 |
| Type | Typejar |
| Description |
Descriptionmatchers-additional
extra matchers for hamcrest
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| matchers-additional-0.0.2.pom | |
| matchers-additional-0.0.2.jar | 18 KB |
| matchers-additional-0.0.2-sources.jar | 4 KB |
| matchers-additional-0.0.2-javadoc.jar | 73 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.lexicalscope.hamcrest/matchers-additional/ -->
<dependency>
<groupId>com.lexicalscope.hamcrest</groupId>
<artifactId>matchers-additional</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.lexicalscope.hamcrest/matchers-additional/
implementation 'com.lexicalscope.hamcrest:matchers-additional:0.0.2'
// https://jarcasting.com/artifacts/com.lexicalscope.hamcrest/matchers-additional/
implementation ("com.lexicalscope.hamcrest:matchers-additional:0.0.2")
'com.lexicalscope.hamcrest:matchers-additional:jar:0.0.2'
<dependency org="com.lexicalscope.hamcrest" name="matchers-additional" rev="0.0.2">
<artifact name="matchers-additional" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lexicalscope.hamcrest', module='matchers-additional', version='0.0.2')
)
libraryDependencies += "com.lexicalscope.hamcrest" % "matchers-additional" % "0.0.2"
[com.lexicalscope.hamcrest/matchers-additional "0.0.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.hamcrest : hamcrest-all | jar | 1.3 |
| com.google.guava : guava Optional | jar | 17.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |