Last Version

ReflectionInvoker 0.0.2

Simple and easy Java Reflection utility for invoking methods. Provides executor and support for configuration based invoker.

License

License

GroupId

GroupId

io.github.jay-g-mehta
ArtifactId

ArtifactId

reflectioninvoker
Version

Version

0.0.2
Type

Type

jar
Description

Description

ReflectionInvoker
Simple and easy Java Reflection utility for invoking methods. Provides executor and support for configuration based invoker.
Project URL

Project URL

https://github.com/jay-g-mehta/reflectioninvoker
Source Code Management

Source Code Management

https://github.com/jay-g-mehta/reflectioninvoker/tree/main

Download reflectioninvoker 0.0.2


<!-- https://jarcasting.com/artifacts/io.github.jay-g-mehta/reflectioninvoker/ -->
<dependency>
    <groupId>io.github.jay-g-mehta</groupId>
    <artifactId>reflectioninvoker</artifactId>
    <version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.jay-g-mehta/reflectioninvoker/
implementation 'io.github.jay-g-mehta:reflectioninvoker:0.0.2'
// https://jarcasting.com/artifacts/io.github.jay-g-mehta/reflectioninvoker/
implementation ("io.github.jay-g-mehta:reflectioninvoker:0.0.2")
'io.github.jay-g-mehta:reflectioninvoker:jar:0.0.2'
<dependency org="io.github.jay-g-mehta" name="reflectioninvoker" rev="0.0.2">
  <artifact name="reflectioninvoker" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.jay-g-mehta', module='reflectioninvoker', version='0.0.2')
)
libraryDependencies += "io.github.jay-g-mehta" % "reflectioninvoker" % "0.0.2"
[io.github.jay-g-mehta/reflectioninvoker "0.0.2"]

Dependencies

compile (5)

Group / Artifact Type Version
com.fasterxml.jackson.core : jackson-databind jar 2.9.6
com.google.guava : guava jar 27.1-jre
commons-io : commons-io jar 2.5
com.google.code.findbugs : jsr305 jar 3.0.2
org.apache.commons : commons-lang3 jar 3.9

provided (1)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.18.16

test (4)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-engine jar 5.7.0
org.mockito : mockito-core jar 3.6.28
org.mockito : mockito-junit-jupiter jar 3.6.28
org.apache.commons : commons-collections4 jar 4.0

Project Modules

There are no modules declared in this project.