m

mpt-maven-plugin

Apache James Mail Protocol Tester (MPT) is a library providing a framework for the scriptable functional testing of ASCII based line protocols. This Maven2 Plugin is an easy interface to the library requiring no extra coding.
http://james.apache.org/mpt/mavenplugin
Files download
File Operation
mpt-maven-plugin-3.8.1.jar download
mpt-maven-plugin-3.8.1.pom download
mpt-maven-plugin-3.8.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.james</groupId>
  <artifactId>mpt-maven-plugin</artifactId>
  <version>3.8.1</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'org.apache.james:mpt-maven-plugin:3.8.1'
Gradle Kotlin
implementation("org.apache.james:mpt-maven-plugin:3.8.1")
Scala SBT
libraryDependencies += "org.apache.james" % "mpt-maven-plugin" % "3.8.1"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.james', module='mpt-maven-plugin', version='3.8.1')
)
Apache Ivy
<dependency org="org.apache.james" name="mpt-maven-plugin" rev="3.8.1" />
Leiningen
[org.apache.james/mpt-maven-plugin "3.8.1"]
Apache Buildr
'org.apache.james:mpt-maven-plugin:jar:3.8.1'