| License |
License |
|---|---|
| GroupId | GroupIdio.github.jay-g-mehta |
| ArtifactId | ArtifactIdreflectioninvoker |
| Version | Version0.0.2 |
| Type | Typejar |
| Description |
DescriptionReflectionInvoker
Simple and easy Java Reflection utility for invoking methods. Provides executor and support for configuration based invoker.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| reflectioninvoker-0.0.2.pom | |
| reflectioninvoker-0.0.2.jar | 20 KB |
| reflectioninvoker-0.0.2-sources.jar | 14 KB |
| reflectioninvoker-0.0.2-javadoc.jar | 493 KB |
| Browse |
<!-- 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"]
| 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 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.projectlombok : lombok | jar | 1.18.16 |
| 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 |