is not current version
Last Version 0.2.4

io.github.thecodinglog:method-invoker 0.1.1

Method-Invoker is a tool for invoking methods at runtime using class names and method modifiers.

GroupId

GroupId

io.github.thecodinglog
ArtifactId

ArtifactId

method-invoker
Version

Version

0.1.1
Type

Type

jar

Download method-invoker 0.1.1


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