Java Reflection

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

License

License

Categories

Categories

Java Languages
GroupId

GroupId

com.github.bbottema
ArtifactId

ArtifactId

java-reflection
Last Version

Last Version

4.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

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

Project URL

https://github.com/bbottema/java-reflection
Source Code Management

Source Code Management

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

Download java-reflection

How to add to project

<!-- 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"]

Dependencies

compile (2)

Group / Artifact Type Version
com.sun.activation : jakarta.activation jar 2.0.1
org.slf4j : slf4j-api jar 1.7.25

provided (3)

Group / Artifact Type Version
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)

Group / Artifact Type Version
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

Project Modules

There are no modules declared in this project.

Versions

Version
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