| Лицензия |
Лицензия |
|---|---|
| Группа | Группа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.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| reflectutils-0.9.20.pom | |
| reflectutils-0.9.20.jar | 411 KB |
| reflectutils-0.9.20-sources.jar | 383 KB |
| reflectutils-0.9.20-javadoc.jar | 608 KB |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| commons-beanutils : commons-beanutils | jar | 1.8.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 3.8.1 |