GroupId | GroupIdorg.objecttrouve |
---|---|
ArtifactId | ArtifactIdconvenience-matchers |
Version | Version0.3.0 |
Type | Typejar |
Filename | Size |
---|---|
convenience-matchers-0.3.0.pom | |
convenience-matchers-0.3.0.jar | 34 KB |
convenience-matchers-0.3.0-sources.jar | 19 KB |
convenience-matchers-0.3.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.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.objecttrouve/convenience-matchers/
implementation 'org.objecttrouve:convenience-matchers:0.3.0'
// https://jarcasting.com/artifacts/org.objecttrouve/convenience-matchers/
implementation ("org.objecttrouve:convenience-matchers:0.3.0")
'org.objecttrouve:convenience-matchers:jar:0.3.0'
<dependency org="org.objecttrouve" name="convenience-matchers" rev="0.3.0">
<artifact name="convenience-matchers" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.objecttrouve', module='convenience-matchers', version='0.3.0')
)
libraryDependencies += "org.objecttrouve" % "convenience-matchers" % "0.3.0"
[org.objecttrouve/convenience-matchers "0.3.0"]