License |
License |
---|---|
Categories |
CategoriesReflections Application Layer Libs Introspection |
GroupId | GroupIdio.github.mxudong |
ArtifactId | ArtifactIdReflectionSupport |
Last Version | Last Version3.1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionReflection Support
This jar if for Reflection of other project
|
Project URL |
Project URL |
Filename | Size |
---|---|
ReflectionSupport-3.1.1.pom | |
ReflectionSupport-3.1.1.jar | 51 KB |
ReflectionSupport-3.1.1-sources.jar | 37 KB |
ReflectionSupport-3.1.1-javadoc.jar | 291 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.mxudong/ReflectionSupport/ -->
<dependency>
<groupId>io.github.mxudong</groupId>
<artifactId>ReflectionSupport</artifactId>
<version>3.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.mxudong/ReflectionSupport/
implementation 'io.github.mxudong:ReflectionSupport:3.1.1'
// https://jarcasting.com/artifacts/io.github.mxudong/ReflectionSupport/
implementation ("io.github.mxudong:ReflectionSupport:3.1.1")
'io.github.mxudong:ReflectionSupport:jar:3.1.1'
<dependency org="io.github.mxudong" name="ReflectionSupport" rev="3.1.1">
<artifact name="ReflectionSupport" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.mxudong', module='ReflectionSupport', version='3.1.1')
)
libraryDependencies += "io.github.mxudong" % "ReflectionSupport" % "3.1.1"
[io.github.mxudong/ReflectionSupport "3.1.1"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains : annotations | jar | 16.0.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |