| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.reflext |
| Идентификатор | Идентификаторreflext.parent |
| Версия | Версия1.1.0 |
| Тип | Типpom |
| Описание |
ОписаниеReflext Framework
The Reflext project provides an abstraction over various Java reflection model and provides advanced operations that are not covered by the existing models
|
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| reflext.parent-1.1.0.pom | 13 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.reflext/reflext.parent/ -->
<dependency>
<groupId>org.reflext</groupId>
<artifactId>reflext.parent</artifactId>
<version>1.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.reflext/reflext.parent/
implementation 'org.reflext:reflext.parent:1.1.0'
// https://jarcasting.com/artifacts/org.reflext/reflext.parent/
implementation ("org.reflext:reflext.parent:1.1.0")
'org.reflext:reflext.parent:pom:1.1.0'
<dependency org="org.reflext" name="reflext.parent" rev="1.1.0">
<artifact name="reflext.parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.reflext', module='reflext.parent', version='1.1.0')
)
libraryDependencies += "org.reflext" % "reflext.parent" % "1.1.0"
[org.reflext/reflext.parent "1.1.0"]