License |
License |
---|---|
GroupId | GroupIdcom.pressassociation.partial-response |
ArtifactId | ArtifactIdmatcher |
Version | Version1.0 |
Type | Typejar |
Description |
DescriptionPartial Response: Matcher
Library for parsing a partial response string and basic matching of the result
|
Filename | Size |
---|---|
matcher-1.0.pom | |
matcher-1.0.jar | 32 KB |
matcher-1.0-sources.jar | 34 KB |
matcher-1.0-javadoc.jar | 154 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.pressassociation.partial-response/matcher/ -->
<dependency>
<groupId>com.pressassociation.partial-response</groupId>
<artifactId>matcher</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.pressassociation.partial-response/matcher/
implementation 'com.pressassociation.partial-response:matcher:1.0'
// https://jarcasting.com/artifacts/com.pressassociation.partial-response/matcher/
implementation ("com.pressassociation.partial-response:matcher:1.0")
'com.pressassociation.partial-response:matcher:jar:1.0'
<dependency org="com.pressassociation.partial-response" name="matcher" rev="1.0">
<artifact name="matcher" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.pressassociation.partial-response', module='matcher', version='1.0')
)
libraryDependencies += "com.pressassociation.partial-response" % "matcher" % "1.0"
[com.pressassociation.partial-response/matcher "1.0"]
Group / Artifact | Type | Version |
---|---|---|
com.google.code.findbugs : jsr305 | jar | 2.0.0 |
com.google.guava : guava | jar | 18.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
org.mockito : mockito-all | jar | 1.10.8 |
com.google.guava : guava-testlib | jar | 18.0 |
pl.pragmatists : JUnitParams | jar | 1.0.2 |