| Лицензия |
Лицензия |
|---|---|
| Группа | Группаio.github.portlek |
| Идентификатор | Идентификаторreflection |
| Последняя версия | Последняя версия4.2.3 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеreflection
Simple and powerful Object-oriented Java reflection library.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| reflection-4.2.3.pom | |
| reflection-4.2.3.jar | 24 KB |
| reflection-4.2.3-sources.jar | 13 KB |
| reflection-4.2.3-javadoc.jar | 121 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.github.portlek/reflection/ -->
<dependency>
<groupId>io.github.portlek</groupId>
<artifactId>reflection</artifactId>
<version>4.2.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.portlek/reflection/
implementation 'io.github.portlek:reflection:4.2.3'
// https://jarcasting.com/artifacts/io.github.portlek/reflection/
implementation ("io.github.portlek:reflection:4.2.3")
'io.github.portlek:reflection:jar:4.2.3'
<dependency org="io.github.portlek" name="reflection" rev="4.2.3">
<artifact name="reflection" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.portlek', module='reflection', version='4.2.3')
)
libraryDependencies += "io.github.portlek" % "reflection" % "4.2.3"
[io.github.portlek/reflection "4.2.3"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.projectlombok : lombok | jar | 1.18.20 |
| org.jetbrains : annotations | jar | 20.1.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.hamcrest : hamcrest-library | jar | 2.2 |
| org.junit.jupiter : junit-jupiter | jar | 5.7.2 |
| org.llorllale : cactoos-matchers | jar | 0.25 |