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