R

Reflect

A reflection library with some useful methods to bypass reflection restrictions in Java
https://github.com/Lenni0451/Reflect
MIT License
Files download
File Operation
Reflect-1.2.2.jar download
Reflect-1.2.2.pom download
Reflect-1.2.2-sources.jar download
Apache Maven
<dependency>
  <groupId>net.lenni0451</groupId>
  <artifactId>Reflect</artifactId>
  <version>1.2.2</version>
</dependency>
Gradle Groovy
implementation 'net.lenni0451:Reflect:1.2.2'
Gradle Kotlin
implementation("net.lenni0451:Reflect:1.2.2")
Scala SBT
libraryDependencies += "net.lenni0451" % "Reflect" % "1.2.2"
Groovy Grape
@Grapes(
  @Grab(group='net.lenni0451', module='Reflect', version='1.2.2')
)
Apache Ivy
<dependency org="net.lenni0451" name="Reflect" rev="1.2.2" />
Leiningen
[net.lenni0451/Reflect "1.2.2"]
Apache Buildr
'net.lenni0451:Reflect:jar:1.2.2'
Dependencies
The project has no third-party dependencies