r

reflection

Simple and powerful Object-oriented Java reflection library.
https://github.com/portlek/reflection
文件下载
文件名 操作
reflection-4.0.11.jar 下载
reflection-4.0.11.pom 下载
reflection-4.0.11-sources.jar 下载
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'