is not current version
Last Version 0.1.5.2

org.javafunk.matchbox:matchbox 0.1.4

Hopefully useful Hamcrest matchers

GroupId

GroupId

org.javafunk.matchbox
ArtifactId

ArtifactId

matchbox
Version

Version

0.1.4
Type

Type

jar

Download matchbox 0.1.4


<!-- https://jarcasting.com/artifacts/org.javafunk.matchbox/matchbox/ -->
<dependency>
    <groupId>org.javafunk.matchbox</groupId>
    <artifactId>matchbox</artifactId>
    <version>0.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.javafunk.matchbox/matchbox/
implementation 'org.javafunk.matchbox:matchbox:0.1.4'
// https://jarcasting.com/artifacts/org.javafunk.matchbox/matchbox/
implementation ("org.javafunk.matchbox:matchbox:0.1.4")
'org.javafunk.matchbox:matchbox:jar:0.1.4'
<dependency org="org.javafunk.matchbox" name="matchbox" rev="0.1.4">
  <artifact name="matchbox" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.javafunk.matchbox', module='matchbox', version='0.1.4')
)
libraryDependencies += "org.javafunk.matchbox" % "matchbox" % "0.1.4"
[org.javafunk.matchbox/matchbox "0.1.4"]