is not current version
Last Version 2.0.6

com.mockrunner:mockrunner 0.4.5

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.

GroupId

GroupId

com.mockrunner
ArtifactId

ArtifactId

mockrunner
Version

Version

0.4.5
Type

Type

jar

Download mockrunner 0.4.5


<!-- https://jarcasting.com/artifacts/com.mockrunner/mockrunner/ -->
<dependency>
    <groupId>com.mockrunner</groupId>
    <artifactId>mockrunner</artifactId>
    <version>0.4.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.mockrunner/mockrunner/
implementation 'com.mockrunner:mockrunner:0.4.5'
// https://jarcasting.com/artifacts/com.mockrunner/mockrunner/
implementation ("com.mockrunner:mockrunner:0.4.5")
'com.mockrunner:mockrunner:jar:0.4.5'
<dependency org="com.mockrunner" name="mockrunner" rev="0.4.5">
  <artifact name="mockrunner" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mockrunner', module='mockrunner', version='0.4.5')
)
libraryDependencies += "com.mockrunner" % "mockrunner" % "0.4.5"
[com.mockrunner/mockrunner "0.4.5"]