Last Version

reflection-utils 0.8.0

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

License

License

GroupId

GroupId

xyz.luan
ArtifactId

ArtifactId

reflection-utils
Version

Version

0.8.0
Type

Type

jar
Description

Description

reflection-utils
Reflection Utils adds a few but essential missing methods in Java default Reflection API.
Project URL

Project URL

https://github.com/luanpotter/reflection-utils
Source Code Management

Source Code Management

https://github.com/luanpotter/reflection-utils

Download reflection-utils 0.8.0


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

Dependencies

compile (1)

Group / Artifact Type Version
com.fasterxml : classmate jar 1.1.0

test (1)

Group / Artifact Type Version
junit : junit-dep jar 4.8.2

Project Modules

There are no modules declared in this project.