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