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