Last Version

Java Reflection 4.0.0

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
Version

Version

4.0.0
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 4.0.0


<!-- 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.