r

reflection-utils

Set of utilities for JVM to make work with reflection much more easy.
https://github.com/oleg-cherednik/reflection-utils
The Apache Software License, Version 2.0
Oleg Cherednik
Files download
File Operation
reflection-utils-1.0.jar download
reflection-utils-1.0.pom download
reflection-utils-1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>ru.oleg-cherednik.utils.reflection</groupId>
  <artifactId>reflection-utils</artifactId>
  <version>1.0</version>
</dependency>
Gradle Groovy
implementation 'ru.oleg-cherednik.utils.reflection:reflection-utils:1.0'
Gradle Kotlin
implementation("ru.oleg-cherednik.utils.reflection:reflection-utils:1.0")
Scala SBT
libraryDependencies += "ru.oleg-cherednik.utils.reflection" % "reflection-utils" % "1.0"
Groovy Grape
@Grapes(
  @Grab(group='ru.oleg-cherednik.utils.reflection', module='reflection-utils', version='1.0')
)
Apache Ivy
<dependency org="ru.oleg-cherednik.utils.reflection" name="reflection-utils" rev="1.0" />
Leiningen
[ru.oleg-cherednik.utils.reflection/reflection-utils "1.0"]
Apache Buildr
'ru.oleg-cherednik.utils.reflection:reflection-utils:jar:1.0'