is not current version
Last Version 2.0.0

info.kfgodel:diamond 1.0.5

A Java project that extends reflection making it really easy to use. "Where your reflection shines best!"

GroupId

GroupId

info.kfgodel
ArtifactId

ArtifactId

diamond
Version

Version

1.0.5
Type

Type

jar

Download diamond 1.0.5


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