| License |
License |
|---|---|
| Categories |
CategoriesReflections Application Layer Libs Introspection |
| GroupId | GroupIdcom.infinityrefactoring |
| ArtifactId | ArtifactId8R-reflections |
| Last Version | Last Version2.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionReflections
An utility library for facilitate the handling of Class, Field, Method and others elements of the Java Reflection API.
|
| Project URL |
Project URL |
| Project Organization |
Project OrganizationInfinityRefactoring |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| 8R-reflections-2.0.0.pom | |
| 8R-reflections-2.0.0.jar | 33 KB |
| 8R-reflections-2.0.0-sources.jar | 27 KB |
| 8R-reflections-2.0.0-javadoc.jar | 154 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.infinityrefactoring/8R-reflections/ -->
<dependency>
<groupId>com.infinityrefactoring</groupId>
<artifactId>8R-reflections</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.infinityrefactoring/8R-reflections/
implementation 'com.infinityrefactoring:8R-reflections:2.0.0'
// https://jarcasting.com/artifacts/com.infinityrefactoring/8R-reflections/
implementation ("com.infinityrefactoring:8R-reflections:2.0.0")
'com.infinityrefactoring:8R-reflections:jar:2.0.0'
<dependency org="com.infinityrefactoring" name="8R-reflections" rev="2.0.0">
<artifact name="8R-reflections" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.infinityrefactoring', module='8R-reflections', version='2.0.0')
)
libraryDependencies += "com.infinityrefactoring" % "8R-reflections" % "2.0.0"
[com.infinityrefactoring/8R-reflections "2.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |