GroupId | GroupIdorg.objecttrouve |
---|---|
ArtifactId | ArtifactIdconvenience-matchers |
Version | Version0.5.0 |
Type | Typejar |
Filename | Size |
---|---|
convenience-matchers-0.5.0.pom | |
convenience-matchers-0.5.0.jar | 61 KB |
convenience-matchers-0.5.0-sources.jar | 34 KB |
convenience-matchers-0.5.0-javadoc.jar | 100 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.objecttrouve/convenience-matchers/ -->
<dependency>
<groupId>org.objecttrouve</groupId>
<artifactId>convenience-matchers</artifactId>
<version>0.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.objecttrouve/convenience-matchers/
implementation 'org.objecttrouve:convenience-matchers:0.5.0'
// https://jarcasting.com/artifacts/org.objecttrouve/convenience-matchers/
implementation ("org.objecttrouve:convenience-matchers:0.5.0")
'org.objecttrouve:convenience-matchers:jar:0.5.0'
<dependency org="org.objecttrouve" name="convenience-matchers" rev="0.5.0">
<artifact name="convenience-matchers" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.objecttrouve', module='convenience-matchers', version='0.5.0')
)
libraryDependencies += "org.objecttrouve" % "convenience-matchers" % "0.5.0"
[org.objecttrouve/convenience-matchers "0.5.0"]