r

reflection

Simple and powerful Object-oriented Java reflection library.
https://github.com/portlek/reflection
Files download
File Operation
reflection-4.0.11.jar download
reflection-4.0.11.pom download
reflection-4.0.11-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.portlek</groupId>
  <artifactId>reflection</artifactId>
  <version>4.0.11</version>
</dependency>
Gradle Groovy
implementation 'io.github.portlek:reflection:4.0.11'
Gradle Kotlin
implementation("io.github.portlek:reflection:4.0.11")
Scala SBT
libraryDependencies += "io.github.portlek" % "reflection" % "4.0.11"
Groovy Grape
@Grapes(
  @Grab(group='io.github.portlek', module='reflection', version='4.0.11')
)
Apache Ivy
<dependency org="io.github.portlek" name="reflection" rev="4.0.11" />
Leiningen
[io.github.portlek/reflection "4.0.11"]
Apache Buildr
'io.github.portlek:reflection:jar:4.0.11'