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