is not current version
Last Version 2.12.0

org.jmock:jmock-junit3 2.5.1


Categories

Categories

JUnit Unit Testing
GroupId

GroupId

org.jmock
ArtifactId

ArtifactId

jmock-junit3
Version

Version

2.5.1
Type

Type

jar

Download jmock-junit3 2.5.1


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