is not current version
Last Version 2.12.0

org.jmock:jmock-junit3 2.2.0


Categories

Categories

JUnit Unit Testing
GroupId

GroupId

org.jmock
ArtifactId

ArtifactId

jmock-junit3
Version

Version

2.2.0
Type

Type

jar

Download jmock-junit3 2.2.0


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