R

ReflectWithoutString

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