is not current version
Last Version 4.0.0

com.github.bbottema:java-reflection 2.0.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

2.0.0
Type

Type

jar

Download java-reflection 2.0.0


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