не последняя версия
Последняя версия 1.2.1

io.ytcode:reflect 1.1.0

Java reflection utilities

Группа

Группа

io.ytcode
Идентификатор

Идентификатор

reflect
Версия

Версия

1.1.0
Тип

Тип

jar

Скачать reflect 1.1.0


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