MVN

com.google.code.reflection-utils : reflection-utils

Maven & Gradle

Mar 28, 2015
3 usages

Reflection utils · A utility library to handle Java reflection with ease

<dependency>
    <groupId>com.google.code.reflection-utils</groupId>
    <artifactId>reflection-utils</artifactId>
    <version>0.0.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.google.code.reflection-utils : reflection-utils to add to Maven - Latest Versions:

  • Latest Stable: 0.0.4

All Versions

Choose a version of com.google.code.reflection-utils : reflection-utils to add to Maven - All Versions:

Version Vulnerabilities Updated
0.0.x
reflection-utils-0.0.4
reflection-utils-0.0.1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.google.code.reflection-utils</groupId>
    <artifactId>reflection-utils</artifactId>
    <version>0.0.4</version>
</dependency>

Advertisement