| GroupId | GroupIdcom.github.venkatramanm |
|---|---|
| ArtifactId | ArtifactIdreflection |
| Version | Version1.12 |
| Type | Typejar |
| Filename | Size |
|---|---|
| reflection-1.12.pom | |
| reflection-1.12.jar | 13 KB |
| reflection-1.12-sources.jar | 5 KB |
| reflection-1.12-javadoc.jar | 34 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.venkatramanm/reflection/ -->
<dependency>
<groupId>com.github.venkatramanm</groupId>
<artifactId>reflection</artifactId>
<version>1.12</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.venkatramanm/reflection/
implementation 'com.github.venkatramanm:reflection:1.12'
// https://jarcasting.com/artifacts/com.github.venkatramanm/reflection/
implementation ("com.github.venkatramanm:reflection:1.12")
'com.github.venkatramanm:reflection:jar:1.12'
<dependency org="com.github.venkatramanm" name="reflection" rev="1.12">
<artifact name="reflection" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.venkatramanm', module='reflection', version='1.12')
)
libraryDependencies += "com.github.venkatramanm" % "reflection" % "1.12"
[com.github.venkatramanm/reflection "1.12"]