is not current version
Last Version 1.2

com.github.auties00:reflection 1.1

Utility library to perform illegal reflective operation in Java under the Jigsaw module system

GroupId

GroupId

com.github.auties00
ArtifactId

ArtifactId

reflection
Version

Version

1.1
Type

Type

jar

Download reflection 1.1


<!-- https://jarcasting.com/artifacts/com.github.auties00/reflection/ -->
<dependency>
    <groupId>com.github.auties00</groupId>
    <artifactId>reflection</artifactId>
    <version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.auties00/reflection/
implementation 'com.github.auties00:reflection:1.1'
// https://jarcasting.com/artifacts/com.github.auties00/reflection/
implementation ("com.github.auties00:reflection:1.1")
'com.github.auties00:reflection:jar:1.1'
<dependency org="com.github.auties00" name="reflection" rev="1.1">
  <artifact name="reflection" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.auties00', module='reflection', version='1.1')
)
libraryDependencies += "com.github.auties00" % "reflection" % "1.1"
[com.github.auties00/reflection "1.1"]