is not current version
Last Version 4.2.3

io.github.portlek:reflection 4.1.1

Simple and powerful Object-oriented Java reflection library.

GroupId

GroupId

io.github.portlek
ArtifactId

ArtifactId

reflection
Version

Version

4.1.1
Type

Type

jar

Download reflection 4.1.1


<!-- https://jarcasting.com/artifacts/io.github.portlek/reflection/ -->
<dependency>
    <groupId>io.github.portlek</groupId>
    <artifactId>reflection</artifactId>
    <version>4.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.portlek/reflection/
implementation 'io.github.portlek:reflection:4.1.1'
// https://jarcasting.com/artifacts/io.github.portlek/reflection/
implementation ("io.github.portlek:reflection:4.1.1")
'io.github.portlek:reflection:jar:4.1.1'
<dependency org="io.github.portlek" name="reflection" rev="4.1.1">
  <artifact name="reflection" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.portlek', module='reflection', version='4.1.1')
)
libraryDependencies += "io.github.portlek" % "reflection" % "4.1.1"
[io.github.portlek/reflection "4.1.1"]