GroupId | GroupIdorg.objecttrouve |
---|---|
ArtifactId | ArtifactIdconvenience-matchers |
Version | Version0.1.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.objecttrouve/convenience-matchers/ -->
<dependency>
<groupId>org.objecttrouve</groupId>
<artifactId>convenience-matchers</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.objecttrouve/convenience-matchers/
implementation 'org.objecttrouve:convenience-matchers:0.1.0'
// https://jarcasting.com/artifacts/org.objecttrouve/convenience-matchers/
implementation ("org.objecttrouve:convenience-matchers:0.1.0")
'org.objecttrouve:convenience-matchers:jar:0.1.0'
<dependency org="org.objecttrouve" name="convenience-matchers" rev="0.1.0">
<artifact name="convenience-matchers" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.objecttrouve', module='convenience-matchers', version='0.1.0')
)
libraryDependencies += "org.objecttrouve" % "convenience-matchers" % "0.1.0"
[org.objecttrouve/convenience-matchers "0.1.0"]