is not current version
Last Version 2.0.0

com.infinityrefactoring:8R-reflections 1.5.0

An utility library for facilitate the handling of Class, Field, Method and others elements of the Java Reflection API.

Categories

Categories

Reflections Application Layer Libs Introspection
GroupId

GroupId

com.infinityrefactoring
ArtifactId

ArtifactId

8R-reflections
Version

Version

1.5.0
Type

Type

jar

Download 8R-reflections 1.5.0


<!-- https://jarcasting.com/artifacts/com.infinityrefactoring/8R-reflections/ -->
<dependency>
    <groupId>com.infinityrefactoring</groupId>
    <artifactId>8R-reflections</artifactId>
    <version>1.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.infinityrefactoring/8R-reflections/
implementation 'com.infinityrefactoring:8R-reflections:1.5.0'
// https://jarcasting.com/artifacts/com.infinityrefactoring/8R-reflections/
implementation ("com.infinityrefactoring:8R-reflections:1.5.0")
'com.infinityrefactoring:8R-reflections:jar:1.5.0'
<dependency org="com.infinityrefactoring" name="8R-reflections" rev="1.5.0">
  <artifact name="8R-reflections" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.infinityrefactoring', module='8R-reflections', version='1.5.0')
)
libraryDependencies += "com.infinityrefactoring" % "8R-reflections" % "1.5.0"
[com.infinityrefactoring/8R-reflections "1.5.0"]