| Группа | Группаxyz.luan |
|---|---|
| Идентификатор | Идентификаторreflection-utils |
| Версия | Версия0.7.1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| reflection-utils-0.7.1.pom | |
| reflection-utils-0.7.1.jar | 13 KB |
| reflection-utils-0.7.1-sources.jar | 6 KB |
| reflection-utils-0.7.1-javadoc.jar | 61 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/xyz.luan/reflection-utils/ -->
<dependency>
<groupId>xyz.luan</groupId>
<artifactId>reflection-utils</artifactId>
<version>0.7.1</version>
</dependency>
// https://jarcasting.com/artifacts/xyz.luan/reflection-utils/
implementation 'xyz.luan:reflection-utils:0.7.1'
// https://jarcasting.com/artifacts/xyz.luan/reflection-utils/
implementation ("xyz.luan:reflection-utils:0.7.1")
'xyz.luan:reflection-utils:jar:0.7.1'
<dependency org="xyz.luan" name="reflection-utils" rev="0.7.1">
<artifact name="reflection-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='xyz.luan', module='reflection-utils', version='0.7.1')
)
libraryDependencies += "xyz.luan" % "reflection-utils" % "0.7.1"
[xyz.luan/reflection-utils "0.7.1"]