Mirage
Its a library around Java Reflections. It provides convinience methods to do the following.
| License | License | 
|---|---|
| GroupId | GroupIdcom.daveayan | 
| ArtifactId | ArtifactIdmirage | 
| Last Version | Last Version1.9 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionThis library provides methods around Java Reflection | 
| Project URL | Project URL | 
| Filename | Size | 
|---|---|
| mirage-1.9.pom | |
| mirage-1.9.jar | 16 KB | 
| mirage-1.9-sources.jar | 8 KB | 
| mirage-1.9-javadoc.jar | 83 KB | 
| Browse | 
<!-- 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"]| Group / Artifact | Type | Version | 
|---|---|---|
| com.google.guava : guava | jar | r09 | 
| commons-lang : commons-lang | jar | 2.3 | 
| org.objenesis : objenesis | jar | 1.3 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.5 | 
Its a library around Java Reflections. It provides convinience methods to do the following.