| GroupId | GroupIdro.derbederos.hamcrest |
|---|---|
| ArtifactId | ArtifactIdlambdamatchers |
| Version | Version0.9 |
| Type | Typejar |
| Filename | Size |
|---|---|
| lambdamatchers-0.9.pom | |
| lambdamatchers-0.9.jar | 28 KB |
| lambdamatchers-0.9-sources.jar | 24 KB |
| lambdamatchers-0.9-javadoc.jar | 75 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/ro.derbederos.hamcrest/lambdamatchers/ -->
<dependency>
<groupId>ro.derbederos.hamcrest</groupId>
<artifactId>lambdamatchers</artifactId>
<version>0.9</version>
</dependency>
// https://jarcasting.com/artifacts/ro.derbederos.hamcrest/lambdamatchers/
implementation 'ro.derbederos.hamcrest:lambdamatchers:0.9'
// https://jarcasting.com/artifacts/ro.derbederos.hamcrest/lambdamatchers/
implementation ("ro.derbederos.hamcrest:lambdamatchers:0.9")
'ro.derbederos.hamcrest:lambdamatchers:jar:0.9'
<dependency org="ro.derbederos.hamcrest" name="lambdamatchers" rev="0.9">
<artifact name="lambdamatchers" type="jar" />
</dependency>
@Grapes(
@Grab(group='ro.derbederos.hamcrest', module='lambdamatchers', version='0.9')
)
libraryDependencies += "ro.derbederos.hamcrest" % "lambdamatchers" % "0.9"
[ro.derbederos.hamcrest/lambdamatchers "0.9"]