| GroupId | GroupIdat.meks |
|---|---|
| ArtifactId | ArtifactIdhamcrest-matchers |
| Version | Version0.1.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| hamcrest-matchers-0.1.0.pom | |
| hamcrest-matchers-0.1.0.jar | 11 KB |
| hamcrest-matchers-0.1.0-sources.jar | 5 KB |
| hamcrest-matchers-0.1.0-javadoc.jar | 19 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/at.meks/hamcrest-matchers/ -->
<dependency>
<groupId>at.meks</groupId>
<artifactId>hamcrest-matchers</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/at.meks/hamcrest-matchers/
implementation 'at.meks:hamcrest-matchers:0.1.0'
// https://jarcasting.com/artifacts/at.meks/hamcrest-matchers/
implementation ("at.meks:hamcrest-matchers:0.1.0")
'at.meks:hamcrest-matchers:jar:0.1.0'
<dependency org="at.meks" name="hamcrest-matchers" rev="0.1.0">
<artifact name="hamcrest-matchers" type="jar" />
</dependency>
@Grapes(
@Grab(group='at.meks', module='hamcrest-matchers', version='0.1.0')
)
libraryDependencies += "at.meks" % "hamcrest-matchers" % "0.1.0"
[at.meks/hamcrest-matchers "0.1.0"]