reflection-remapper
Used in
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>xyz.jpenilla</groupId> <artifactId>reflection-remapper</artifactId> <version>0.1.1</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <!-- This module was also published with a richer model, Gradle metadata, --> <!-- which should be used instead. Do not delete the following line which --> <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> <!-- that they should prefer consuming it instead. --> <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>xyz.jpenilla</groupId> <artifactId>reflection-remapper</artifactId> <version>0.1.1</version> <name>reflection-remapper</name> <description>reflection-remapper is a library to simplify making reflective calls, with specific support for remapped environments.</description> <url>https://github.com/jpenilla/reflection-remapper</url> <licenses> <license> <name>Apache License, Version 2.0</name> <url>https://opensource.org/licenses/Apache-2.0</url> </license> </licenses> <developers> <developer> <id>jmp</id> <name>Jason Penilla</name> <timezone>America/Phoenix</timezone> </developer> </developers> <scm> <connection>scm:git:https://github.com/jpenilla/reflection-remapper.git</connection> <developerConnection>scm:git:ssh://git@github.com/jpenilla/reflection-remapper.git</developerConnection> <url>https://github.com/jpenilla/reflection-remapper</url> </scm> <issueManagement> <system>GitHub</system> <url>https://github.com/jpenilla/reflection-remapper/issues</url> </issueManagement> <ciManagement /> <dependencies> <dependency> <groupId>org.checkerframework</groupId> <artifactId>checker-qual</artifactId> <version>3.40.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>net.fabricmc</groupId> <artifactId>mapping-io</artifactId> <version>0.5.0</version> <scope>runtime</scope> </dependency> </dependencies> </project>