com.daveayan:mirage

This library provides methods around Java Reflection

License

License

GroupId

GroupId

com.daveayan
ArtifactId

ArtifactId

mirage
Last Version

Last Version

1.9
Release Date

Release Date

Type

Type

jar
Description

Description

This library provides methods around Java Reflection
Project URL

Project URL

https://github.com/daveayan/mirage

Download mirage

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
com.google.guava : guava jar r09
commons-lang : commons-lang jar 2.3
org.objenesis : objenesis jar 1.3

test (1)

Group / Artifact Type Version
junit : junit jar 4.5

Project Modules

There are no modules declared in this project.

Mirage

Its a library around Java Reflections. It provides convinience methods to do the following.

Versions

Version
1.9
1.8
1.7
1.6
1.5
1.3
1.2
1.1
1.0