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