MVN

xyz.jpenilla : reflection-remapper

Maven & Gradle

Nov 29, 2023
82 stars

reflection-remapper · reflection-remapper is a library to simplify making reflective calls, with specific support for remapped environments.

<dependency>
    <groupId>xyz.jpenilla</groupId>
    <artifactId>reflection-remapper</artifactId>
    <version>0.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of xyz.jpenilla : reflection-remapper to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.0

All Versions

Choose a version of xyz.jpenilla : reflection-remapper to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
reflection-remapper-0.1.0

How to add a dependency to Maven

Add the following xyz.jpenilla : reflection-remapper maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>xyz.jpenilla</groupId>
    <artifactId>reflection-remapper</artifactId>
    <version>0.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following xyz.jpenilla : reflection-remapper gradle dependency to your build.gradle file:

implementation 'xyz.jpenilla:reflection-remapper:0.1.0'

Gradle Kotlin DSL: Add the following xyz.jpenilla : reflection-remapper gradle kotlin dependency to your build.gradle.kts file:

implementation("xyz.jpenilla:reflection-remapper:0.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following xyz.jpenilla : reflection-remapper sbt scala dependency to your build.sbt file:

libraryDependencies += "xyz.jpenilla" % "reflection-remapper" % "0.1.0"