License |
License |
---|---|
Categories |
CategoriesJava Languages |
GroupId | GroupIdcom.github.bbottema |
ArtifactId | ArtifactIdjava-reflection |
Last Version | Last Version4.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJava 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 |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
java-reflection-4.0.0.pom | |
java-reflection-4.0.0.jar | 122 KB |
java-reflection-4.0.0-sources.jar | 66 KB |
java-reflection-4.0.0-javadoc.jar | 267 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
com.sun.activation : jakarta.activation | jar | 2.0.1 |
org.slf4j : slf4j-api | jar | 1.7.25 |
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 |
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 |