Java Reflection

Java Reflection provides a small package with nifty reflection features that will help with finding constructors, methods and value conversions

Лицензия

Лицензия

Категории

Категории

Java Языки программирования
Группа

Группа

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

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

java-reflection
Последняя версия

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

4.0.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

Java Reflection
Java Reflection provides a small package with nifty reflection features that will help with finding constructors, methods and value conversions
Ссылка на сайт

Ссылка на сайт

https://github.com/bbottema/java-reflection
Система контроля версий

Система контроля версий

https://github.com/bbottema/java-reflection

Скачать java-reflection

Как подключить последнюю версию

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

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
com.sun.activation : jakarta.activation jar 2.0.1
org.slf4j : slf4j-api jar 1.7.25

provided (3)

Идентификатор библиотеки Тип Версия
org.projectlombok : lombok jar 1.18.2
org.jetbrains : annotations jar 16.0.2
com.github.spotbugs : spotbugs-annotations jar 3.1.3

test (8)

Идентификатор библиотеки Тип Версия
org.powermock : powermock-module-junit4 jar 2.0.4
org.powermock : powermock-api-mockito2 jar 2.0.4
org.apache.logging.log4j : log4j-slf4j-impl jar 2.17.0
org.apache.logging.log4j : log4j-api jar 2.17.0
org.apache.logging.log4j : log4j-core jar 2.17.0
junit : junit jar 4.13.1
org.assertj : assertj-core jar 2.9.1
org.mockito : mockito-core jar 3.3.3

Модули Проекта

Данный проект не имеет модулей.

Версии библиотеки

Версия
4.0.0
3.13.1
3.13.0
3.12.1
3.12.0
3.11.3
3.11.2
3.11.1
3.11.0
3.10.1
3.10.0
3.9.5
3.9.4
3.9.3
3.9.2
3.9.1
3.9.0
3.8.5
3.8.4
3.8.3
3.8.2
3.8.1
3.8.0
3.7.0
3.6.0
3.5.1
3.5.0
3.4.0
3.3.0
3.2.1
3.2.0
3.1.0
3.0.0
2.0.0