is not current version
Last Version 1.1

org.valid4j:http-matchers 1.0

A set of hamcrest-matchers for JAX-RS

GroupId

GroupId

org.valid4j
ArtifactId

ArtifactId

http-matchers
Version

Version

1.0
Type

Type

jar

Download http-matchers 1.0


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