| License |
License |
|---|---|
| GroupId | GroupIdorg.objecttrouve |
| ArtifactId | ArtifactIdconvenience-matchers |
| Last Version | Last Version1.1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionConvenience Matchers
Convenient Hamcrest Matcher derivations
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| convenience-matchers-1.1.0.pom | |
| convenience-matchers-1.1.0.jar | 16 KB |
| convenience-matchers-1.1.0-sources.jar | 10 KB |
| convenience-matchers-1.1.0-javadoc.jar | 375 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.objecttrouve/convenience-matchers/ -->
<dependency>
<groupId>org.objecttrouve</groupId>
<artifactId>convenience-matchers</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.objecttrouve/convenience-matchers/
implementation 'org.objecttrouve:convenience-matchers:1.1.0'
// https://jarcasting.com/artifacts/org.objecttrouve/convenience-matchers/
implementation ("org.objecttrouve:convenience-matchers:1.1.0")
'org.objecttrouve:convenience-matchers:jar:1.1.0'
<dependency org="org.objecttrouve" name="convenience-matchers" rev="1.1.0">
<artifact name="convenience-matchers" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.objecttrouve', module='convenience-matchers', version='1.1.0')
)
libraryDependencies += "org.objecttrouve" % "convenience-matchers" % "1.1.0"
[org.objecttrouve/convenience-matchers "1.1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.hamcrest : hamcrest | jar | 2.2 |
| org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.6.10 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.2 |