Last Version

FEST Reflection 1.4.1

Fluent Interface that simplifies usage of Java Reflection

License

License

Apache License, Version 2.0
GroupId

GroupId

org.easytesting
ArtifactId

ArtifactId

fest-reflect
Version

Version

1.4.1
Type

Type

jar
Description

Description

FEST Reflection
Fluent Interface that simplifies usage of Java Reflection
Project URL

Project URL

http://fest.easytesting.org/reflect
Project Organization

Project Organization

FEST (Fixtures for Easy Software Testing)
Source Code Management

Source Code Management

https://github.com/alexruiz/fest-reflect

Download fest-reflect 1.4.1


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

Dependencies

compile (1)

Group / Artifact Type Version
org.easytesting : fest-util jar 1.2.4

test (3)

Group / Artifact Type Version
org.easytesting : fest-test jar 1.2
junit : junit jar 4.7
org.mockito : mockito-all jar 1.9.0

Project Modules

There are no modules declared in this project.