reflections
A library with extensive reflection and annotation processing support for module and classpath.
License |
License |
---|---|
Categories |
CategoriesReflections Application Layer Libs Introspection |
GroupId | GroupIdcom.ai-republic |
ArtifactId | ArtifactIdreflections |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionReflection Utils
A library with reflection and annotation processing support for module and classpath.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
reflections-1.0.0.pom | |
reflections-1.0.0.jar | 12 KB |
reflections-1.0.0-sources.jar | 7 KB |
reflections-1.0.0-javadoc.jar | 404 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.ai-republic/reflections/ -->
<dependency>
<groupId>com.ai-republic</groupId>
<artifactId>reflections</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.ai-republic/reflections/
implementation 'com.ai-republic:reflections:1.0.0'
// https://jarcasting.com/artifacts/com.ai-republic/reflections/
implementation ("com.ai-republic:reflections:1.0.0")
'com.ai-republic:reflections:jar:1.0.0'
<dependency org="com.ai-republic" name="reflections" rev="1.0.0">
<artifact name="reflections" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ai-republic', module='reflections', version='1.0.0')
)
libraryDependencies += "com.ai-republic" % "reflections" % "1.0.0"
[com.ai-republic/reflections "1.0.0"]
A library with extensive reflection and annotation processing support for module and classpath.