| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииReflections Библиотеки уровня приложения Introspection |
| Группа | Группаorg.reflections |
| Идентификатор | Идентификаторreflections-parent |
| Последняя версия | Последняя версия0.9.9-RC1 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеReflections
Reflections - a Java runtime metadata analysis
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| reflections-parent-0.9.9-RC1.pom | 3 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.reflections/reflections-parent/ -->
<dependency>
<groupId>org.reflections</groupId>
<artifactId>reflections-parent</artifactId>
<version>0.9.9-RC1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.reflections/reflections-parent/
implementation 'org.reflections:reflections-parent:0.9.9-RC1'
// https://jarcasting.com/artifacts/org.reflections/reflections-parent/
implementation ("org.reflections:reflections-parent:0.9.9-RC1")
'org.reflections:reflections-parent:pom:0.9.9-RC1'
<dependency org="org.reflections" name="reflections-parent" rev="0.9.9-RC1">
<artifact name="reflections-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.reflections', module='reflections-parent', version='0.9.9-RC1')
)
libraryDependencies += "org.reflections" % "reflections-parent" % "0.9.9-RC1"
[org.reflections/reflections-parent "0.9.9-RC1"]