License |
License
MIT
|
---|---|
GroupId | GroupIdcom.github.venkatramanm |
ArtifactId | ArtifactIdreflection |
Last Version | Last Version1.15 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionreflection
Commonly used programming tasks in java
|
Project URL |
Project URL |
Filename | Size |
---|---|
reflection-1.15.pom | |
reflection-1.15.jar | 13 KB |
reflection-1.15-sources.jar | 5 KB |
reflection-1.15-javadoc.jar | 34 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.venkatramanm/reflection/ -->
<dependency>
<groupId>com.github.venkatramanm</groupId>
<artifactId>reflection</artifactId>
<version>1.15</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.venkatramanm/reflection/
implementation 'com.github.venkatramanm:reflection:1.15'
// https://jarcasting.com/artifacts/com.github.venkatramanm/reflection/
implementation ("com.github.venkatramanm:reflection:1.15")
'com.github.venkatramanm:reflection:jar:1.15'
<dependency org="com.github.venkatramanm" name="reflection" rev="1.15">
<artifact name="reflection" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.venkatramanm', module='reflection', version='1.15')
)
libraryDependencies += "com.github.venkatramanm" % "reflection" % "1.15"
[com.github.venkatramanm/reflection "1.15"]
Group / Artifact | Type | Version |
---|---|---|
com.github.venkatramanm : common | jar | [1.15,) |
org.ow2.asm : asm | jar | 7.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.2 |