GroupId | GroupIdio.github.thecodinglog |
---|---|
ArtifactId | ArtifactIdmethod-invoker |
Version | Version0.1.1 |
Type | Typejar |
Filename | Size |
---|---|
method-invoker-0.1.1.pom | |
method-invoker-0.1.1.jar | 42 KB |
method-invoker-0.1.1-sources.jar | 35 KB |
method-invoker-0.1.1-javadoc.jar | 436 KB |
Browse |
<!-- 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"]