License |
License |
---|---|
GroupId | GroupIdorg.forwoods |
ArtifactId | ArtifactIdmessagematch |
Version | Version0.0.2 |
Type | Typejar |
Description |
DescriptionA library for specifying message matchers for testing
|
Filename | Size |
---|---|
messagematch-0.0.2.pom | |
messagematch-0.0.2.jar | 89 KB |
messagematch-0.0.2-sources.jar | 42 KB |
messagematch-0.0.2-javadoc.jar | 718 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.forwoods/messagematch/ -->
<dependency>
<groupId>org.forwoods</groupId>
<artifactId>messagematch</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.forwoods/messagematch/
implementation 'org.forwoods:messagematch:0.0.2'
// https://jarcasting.com/artifacts/org.forwoods/messagematch/
implementation ("org.forwoods:messagematch:0.0.2")
'org.forwoods:messagematch:jar:0.0.2'
<dependency org="org.forwoods" name="messagematch" rev="0.0.2">
<artifact name="messagematch" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.forwoods', module='messagematch', version='0.0.2')
)
libraryDependencies += "org.forwoods" % "messagematch" % "0.0.2"
[org.forwoods/messagematch "0.0.2"]
Group / Artifact | Type | Version |
---|---|---|
org.antlr : antlr4-runtime | jar | 4.9.3 |
com.fasterxml.jackson.core : jackson-core | jar | 2.13.1 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.13.1 |
com.fasterxml.jackson.dataformat : jackson-dataformat-yaml | jar | 2.13.1 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.8.2 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.8.2 |
org.junit.jupiter : junit-jupiter-params | jar | 5.8.2 |