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