| GroupId | GroupIdxyz.luan |
|---|---|
| ArtifactId | ArtifactIdreflection-utils |
| Version | Version0.5.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| reflection-utils-0.5.0.pom | |
| reflection-utils-0.5.0.jar | 11 KB |
| reflection-utils-0.5.0-sources.jar | 5 KB |
| reflection-utils-0.5.0-javadoc.jar | 61 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/xyz.luan/reflection-utils/ -->
<dependency>
<groupId>xyz.luan</groupId>
<artifactId>reflection-utils</artifactId>
<version>0.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/xyz.luan/reflection-utils/
implementation 'xyz.luan:reflection-utils:0.5.0'
// https://jarcasting.com/artifacts/xyz.luan/reflection-utils/
implementation ("xyz.luan:reflection-utils:0.5.0")
'xyz.luan:reflection-utils:jar:0.5.0'
<dependency org="xyz.luan" name="reflection-utils" rev="0.5.0">
<artifact name="reflection-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='xyz.luan', module='reflection-utils', version='0.5.0')
)
libraryDependencies += "xyz.luan" % "reflection-utils" % "0.5.0"
[xyz.luan/reflection-utils "0.5.0"]