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