m

mockserver-maven-plugin-integration-tests

Test the maven plugin for starting and stopping the MockServer
http://www.mock-server.com
Files download
File Operation
mockserver-maven-plugin-integration-tests-5.3.0.jar download
mockserver-maven-plugin-integration-tests-5.3.0.pom download
Apache Maven
<dependency>
  <groupId>org.mock-server</groupId>
  <artifactId>mockserver-maven-plugin-integration-tests</artifactId>
  <version>5.3.0</version>
</dependency>
Gradle Groovy
implementation 'org.mock-server:mockserver-maven-plugin-integration-tests:5.3.0'
Gradle Kotlin
implementation("org.mock-server:mockserver-maven-plugin-integration-tests:5.3.0")
Scala SBT
libraryDependencies += "org.mock-server" % "mockserver-maven-plugin-integration-tests" % "5.3.0"
Groovy Grape
@Grapes(
  @Grab(group='org.mock-server', module='mockserver-maven-plugin-integration-tests', version='5.3.0')
)
Apache Ivy
<dependency org="org.mock-server" name="mockserver-maven-plugin-integration-tests" rev="5.3.0" />
Leiningen
[org.mock-server/mockserver-maven-plugin-integration-tests "5.3.0"]
Apache Buildr
'org.mock-server:mockserver-maven-plugin-integration-tests:jar:5.3.0'