m

messagematch-maven-plugin

Asserts that all APIS defined by swagger have message test specs and all defined message specs are tested. This is to ensure that the API as documented matches the implementation
Files download
File Operation
messagematch-maven-plugin-0.1.5.jar download
messagematch-maven-plugin-0.1.5.pom download
messagematch-maven-plugin-0.1.5-sources.jar download
Apache Maven
<dependency>
  <groupId>org.forwoods</groupId>
  <artifactId>messagematch-maven-plugin</artifactId>
  <version>0.1.5</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'org.forwoods:messagematch-maven-plugin:0.1.5'
Gradle Kotlin
implementation("org.forwoods:messagematch-maven-plugin:0.1.5")
Scala SBT
libraryDependencies += "org.forwoods" % "messagematch-maven-plugin" % "0.1.5"
Groovy Grape
@Grapes(
  @Grab(group='org.forwoods', module='messagematch-maven-plugin', version='0.1.5')
)
Apache Ivy
<dependency org="org.forwoods" name="messagematch-maven-plugin" rev="0.1.5" />
Leiningen
[org.forwoods/messagematch-maven-plugin "0.1.5"]
Apache Buildr
'org.forwoods:messagematch-maven-plugin:jar:0.1.5'