is not current version
Last Version 1.2.5

org.easytesting:fest-util 1.2.4

Utility methods used by FEST modules

GroupId

GroupId

org.easytesting
ArtifactId

ArtifactId

fest-util
Version

Version

1.2.4
Type

Type

jar

Download fest-util 1.2.4


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