| GroupId | GroupIdcom.lexicalscope.hamcrest |
|---|---|
| ArtifactId | ArtifactIdmatchers-additional |
| Version | Version0.0.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| matchers-additional-0.0.1.pom | |
| matchers-additional-0.0.1.jar | 18 KB |
| matchers-additional-0.0.1-sources.jar | 4 KB |
| matchers-additional-0.0.1-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.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.lexicalscope.hamcrest/matchers-additional/
implementation 'com.lexicalscope.hamcrest:matchers-additional:0.0.1'
// https://jarcasting.com/artifacts/com.lexicalscope.hamcrest/matchers-additional/
implementation ("com.lexicalscope.hamcrest:matchers-additional:0.0.1")
'com.lexicalscope.hamcrest:matchers-additional:jar:0.0.1'
<dependency org="com.lexicalscope.hamcrest" name="matchers-additional" rev="0.0.1">
<artifact name="matchers-additional" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lexicalscope.hamcrest', module='matchers-additional', version='0.0.1')
)
libraryDependencies += "com.lexicalscope.hamcrest" % "matchers-additional" % "0.0.1"
[com.lexicalscope.hamcrest/matchers-additional "0.0.1"]