is not current version
Last Version 4.0.0

Java Reflection 3.13.1

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

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


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

Dependencies

compile (2)

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

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.6.1
org.apache.logging.log4j : log4j-api jar 2.6.1
org.apache.logging.log4j : log4j-core jar 2.6.1
junit : junit jar 4.12
org.assertj : assertj-core jar 2.9.1
org.mockito : mockito-core jar 2.23.4

Project Modules

There are no modules declared in this project.