r

reflection

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