is not current version
Last Version 1.1.1

org.easytesting:fest-mocks 1.1

Utilities that simplify usage of Mock Objects

GroupId

GroupId

org.easytesting
ArtifactId

ArtifactId

fest-mocks
Version

Version

1.1
Type

Type

jar

Download fest-mocks 1.1


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