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