is not current version
Last Version 1.0.0-rc.9

ru.progrm-jarvis:reflector 1.0.0-rc.5

Wrappers for common objects of Java Reflection API

GroupId

GroupId

ru.progrm-jarvis
ArtifactId

ArtifactId

reflector
Version

Version

1.0.0-rc.5
Type

Type

jar

Download reflector 1.0.0-rc.5


<!-- https://jarcasting.com/artifacts/ru.progrm-jarvis/reflector/ -->
<dependency>
    <groupId>ru.progrm-jarvis</groupId>
    <artifactId>reflector</artifactId>
    <version>1.0.0-rc.5</version>
</dependency>
// https://jarcasting.com/artifacts/ru.progrm-jarvis/reflector/
implementation 'ru.progrm-jarvis:reflector:1.0.0-rc.5'
// https://jarcasting.com/artifacts/ru.progrm-jarvis/reflector/
implementation ("ru.progrm-jarvis:reflector:1.0.0-rc.5")
'ru.progrm-jarvis:reflector:jar:1.0.0-rc.5'
<dependency org="ru.progrm-jarvis" name="reflector" rev="1.0.0-rc.5">
  <artifact name="reflector" type="jar" />
</dependency>
@Grapes(
@Grab(group='ru.progrm-jarvis', module='reflector', version='1.0.0-rc.5')
)
libraryDependencies += "ru.progrm-jarvis" % "reflector" % "1.0.0-rc.5"
[ru.progrm-jarvis/reflector "1.0.0-rc.5"]