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

org.reflections:reflections 0.10-RC2

Reflections - Java runtime metadata analysis

Категории

Категории

Reflections Библиотеки уровня приложения Introspection
Группа

Группа

org.reflections
Идентификатор

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

reflections
Версия

Версия

0.10-RC2
Тип

Тип

jar

Скачать reflections 0.10-RC2


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