Categories |
CategoriesReflections Application Layer Libs Introspection |
---|---|
GroupId | GroupIdio.github.mxudong |
ArtifactId | ArtifactIdReflectionSupport |
Version | Version2.1.1 |
Type | Typejar |
Filename | Size |
---|---|
ReflectionSupport-2.1.1.pom | |
ReflectionSupport-2.1.1.jar | 26 KB |
ReflectionSupport-2.1.1-sources.jar | 20 KB |
ReflectionSupport-2.1.1-javadoc.jar | 521 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.mxudong/ReflectionSupport/ -->
<dependency>
<groupId>io.github.mxudong</groupId>
<artifactId>ReflectionSupport</artifactId>
<version>2.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.mxudong/ReflectionSupport/
implementation 'io.github.mxudong:ReflectionSupport:2.1.1'
// https://jarcasting.com/artifacts/io.github.mxudong/ReflectionSupport/
implementation ("io.github.mxudong:ReflectionSupport:2.1.1")
'io.github.mxudong:ReflectionSupport:jar:2.1.1'
<dependency org="io.github.mxudong" name="ReflectionSupport" rev="2.1.1">
<artifact name="ReflectionSupport" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.mxudong', module='ReflectionSupport', version='2.1.1')
)
libraryDependencies += "io.github.mxudong" % "ReflectionSupport" % "2.1.1"
[io.github.mxudong/ReflectionSupport "2.1.1"]