is not current version
Last Version 4.2.3

io.github.portlek:reflection 3.5

An API for reflection.

GroupId

GroupId

io.github.portlek
ArtifactId

ArtifactId

reflection
Version

Version

3.5
Type

Type

jar

Download reflection 3.5


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