Reflection utils

A utility library to handle Java reflection with ease

License

License

GroupId

GroupId

com.google.code.reflection-utils
ArtifactId

ArtifactId

reflection-utils
Last Version

Last Version

0.0.4
Release Date

Release Date

Type

Type

jar
Description

Description

Reflection utils
A utility library to handle Java reflection with ease

Download reflection-utils

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Versions

Version
0.0.4
0.0.1