GroupId | GroupIdio.github.portlek |
---|---|
ArtifactId | ArtifactIdreflection |
Version | Version4.0.4 |
Type | Typejar |
Filename | Size |
---|---|
reflection-4.0.4.pom | |
reflection-4.0.4.jar | 24 KB |
reflection-4.0.4-sources.jar | 28 KB |
reflection-4.0.4-javadoc.jar | 126 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.portlek/reflection/ -->
<dependency>
<groupId>io.github.portlek</groupId>
<artifactId>reflection</artifactId>
<version>4.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.portlek/reflection/
implementation 'io.github.portlek:reflection:4.0.4'
// https://jarcasting.com/artifacts/io.github.portlek/reflection/
implementation ("io.github.portlek:reflection:4.0.4")
'io.github.portlek:reflection:jar:4.0.4'
<dependency org="io.github.portlek" name="reflection" rev="4.0.4">
<artifact name="reflection" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.portlek', module='reflection', version='4.0.4')
)
libraryDependencies += "io.github.portlek" % "reflection" % "4.0.4"
[io.github.portlek/reflection "4.0.4"]