MVN

org.azeckoski : reflectutils

Maven & Gradle

Apr 20, 2015
15 usages
27 stars

Reflection Utilities · A set of reflection utilities and miscellaneous utilities related to working with classes and their fields with no dependencies which is compatible with java 1.5 and generics. The package was originally created by Aaron Zeckoski for the Sakai Project and Generic DAO project but was repackaged to make it distributable by request. It is used in the RSF framework (http://www2.caret.cam.ac.uk/rsfwiki/) and the EntityBroker among other things. Note about the BeanUtils provided dependency: BeanUtils is not required if you are not using it in your project. Note about the Hibernate provided dependency: Hibernate is not required if you are not using it in your project.

<dependency>
    <groupId>org.azeckoski</groupId>
    <artifactId>reflectutils</artifactId>
    <version>0.9.20</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.azeckoski : reflectutils to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.9.20

All Versions

Choose a version of org.azeckoski : reflectutils to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.9.x
reflectutils-0.9.20

How to add a dependency to Maven

Add the following org.azeckoski : reflectutils maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.azeckoski</groupId>
    <artifactId>reflectutils</artifactId>
    <version>0.9.20</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.azeckoski : reflectutils gradle dependency to your build.gradle file:

implementation 'org.azeckoski:reflectutils:0.9.20'

Gradle Kotlin DSL: Add the following org.azeckoski : reflectutils gradle kotlin dependency to your build.gradle.kts file:

implementation("org.azeckoski:reflectutils:0.9.20")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.azeckoski : reflectutils sbt scala dependency to your build.sbt file:

libraryDependencies += "org.azeckoski" % "reflectutils" % "0.9.20"

Advertisement

Dependencies from Group

Apr 20, 2015
15 usages
27 stars

Discover Dependencies

Feb 06, 2023
15 usages
3.6k stars
Jun 18, 2023
13 usages
Aug 02, 2023
9 usages
1.3k stars
Jun 19, 2018
11 usages
1.7k stars
Feb 26, 2017
12 usages
Apr 27, 2016
13 usages
2.6k stars
Apr 28, 2016
13 usages
787 stars
Jan 05, 2018
8 usages
496 stars
Aug 25, 2023
33 usages
3.9k stars