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

xyz.luan:reflection-utils 0.7.1

Reflection Utils adds a few but essential missing methods in Java default Reflection API.

Группа

Группа

xyz.luan
Идентификатор

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

reflection-utils
Версия

Версия

0.7.1
Тип

Тип

jar

Скачать reflection-utils 0.7.1


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