MVN

com.mockrunner : mockrunner-jdk1.4-j2ee1.3

Maven & Gradle

Nov 17, 2007
2 usages

MockRunner · Mockrunner is a lightweight framework for unit testing applications in the J2EE environment. It supports servlets, filters, tag classes and Struts actions. It includes a JDBC a JMS and a JCA test framework and can be used to test EJB based applications.

<dependency>
    <groupId>com.mockrunner</groupId>
    <artifactId>mockrunner-jdk1.4-j2ee1.3</artifactId>
    <version>0.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.mockrunner : mockrunner-jdk1.4-j2ee1.3 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.4

All Versions

Choose a version of com.mockrunner : mockrunner-jdk1.4-j2ee1.3 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.4
mockrunner-jdk1.4-j2ee1.3-0.4

How to add a dependency to Maven

Add the following com.mockrunner : mockrunner-jdk1.4-j2ee1.3 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.mockrunner</groupId>
    <artifactId>mockrunner-jdk1.4-j2ee1.3</artifactId>
    <version>0.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.mockrunner : mockrunner-jdk1.4-j2ee1.3 gradle dependency to your build.gradle file:

implementation 'com.mockrunner:mockrunner-jdk1.4-j2ee1.3:0.4'

Gradle Kotlin DSL: Add the following com.mockrunner : mockrunner-jdk1.4-j2ee1.3 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.mockrunner:mockrunner-jdk1.4-j2ee1.3:0.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.mockrunner : mockrunner-jdk1.4-j2ee1.3 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.mockrunner" % "mockrunner-jdk1.4-j2ee1.3" % "0.4"

Advertisement