License |
License |
---|---|
GroupId | GroupIdorg.forwoods |
ArtifactId | ArtifactIdmessagematch |
Last Version | Last Version0.1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionA library for specifying message matchers for testing
|
Filename | Size |
---|---|
messagematch-0.1.1.pom | |
messagematch-0.1.1.jar | 93 KB |
messagematch-0.1.1-sources.jar | 47 KB |
messagematch-0.1.1-javadoc.jar | 740 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.forwoods/messagematch/ -->
<dependency>
<groupId>org.forwoods</groupId>
<artifactId>messagematch</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.forwoods/messagematch/
implementation 'org.forwoods:messagematch:0.1.1'
// https://jarcasting.com/artifacts/org.forwoods/messagematch/
implementation ("org.forwoods:messagematch:0.1.1")
'org.forwoods:messagematch:jar:0.1.1'
<dependency org="org.forwoods" name="messagematch" rev="0.1.1">
<artifact name="messagematch" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.forwoods', module='messagematch', version='0.1.1')
)
libraryDependencies += "org.forwoods" % "messagematch" % "0.1.1"
[org.forwoods/messagematch "0.1.1"]
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 |
com.fasterxml.jackson.core : jackson-annotations | 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 |