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

com.github.bpazy:reflections 1.0.2


Категории

Категории

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

Группа

com.github.bpazy
Идентификатор

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

reflections
Версия

Версия

1.0.2
Тип

Тип

jar

Скачать reflections 1.0.2


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