is not current version
Last Version 4.0.0

com.github.bbottema:java-reflection 3.13.0

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

Categories

Categories

Java Languages
GroupId

GroupId

com.github.bbottema
ArtifactId

ArtifactId

java-reflection
Version

Version

3.13.0
Type

Type

jar

Download java-reflection 3.13.0


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