is not current version
Last Version 2.12.0

org.jmock:jmock-junit4 2.4.0


Categories

Categories

JUnit Unit Testing
GroupId

GroupId

org.jmock
ArtifactId

ArtifactId

jmock-junit4
Version

Version

2.4.0
Type

Type

jar

Download jmock-junit4 2.4.0


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