m

mockrunner-struts

Mock classes for Struts
Files download
File Operation
mockrunner-struts-2.0.7.jar download
mockrunner-struts-2.0.7.pom download
mockrunner-struts-2.0.7-sources.jar download
Apache Maven
<dependency>
  <groupId>com.mockrunner</groupId>
  <artifactId>mockrunner-struts</artifactId>
  <version>2.0.7</version>
</dependency>
Gradle Groovy
implementation 'com.mockrunner:mockrunner-struts:2.0.7'
Gradle Kotlin
implementation("com.mockrunner:mockrunner-struts:2.0.7")
Scala SBT
libraryDependencies += "com.mockrunner" % "mockrunner-struts" % "2.0.7"
Groovy Grape
@Grapes(
  @Grab(group='com.mockrunner', module='mockrunner-struts', version='2.0.7')
)
Apache Ivy
<dependency org="com.mockrunner" name="mockrunner-struts" rev="2.0.7" />
Leiningen
[com.mockrunner/mockrunner-struts "2.0.7"]
Apache Buildr
'com.mockrunner:mockrunner-struts:jar:2.0.7'