is not current version
Last Version 2.12.0

org.jmock:jmock-junit4 2.5.1


Categories

Categories

JUnit Unit Testing
GroupId

GroupId

org.jmock
ArtifactId

ArtifactId

jmock-junit4
Version

Version

2.5.1
Type

Type

jar

Download jmock-junit4 2.5.1


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