Последняя версия

Reflection Utilities 0.9.20

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.

Лицензия

Лицензия

Группа

Группа

org.azeckoski
Идентификатор

Идентификатор

reflectutils
Версия

Версия

0.9.20
Тип

Тип

jar
Описание

Описание

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.
Ссылка на сайт

Ссылка на сайт

http://code.google.com/p/reflectutils/
Система контроля версий

Система контроля версий

https://github.com/azeckoski/reflectutils

Скачать reflectutils 0.9.20


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

Зависимости

provided (1)

Идентификатор библиотеки Тип Версия
commons-beanutils : commons-beanutils jar 1.8.0

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 3.8.1

Модули Проекта

Данный проект не имеет модулей.