mixinextras-expressions
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.github.llamalad7</groupId> <artifactId>mixinextras-expressions</artifactId> <version>0.0.5</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>io.github.llamalad7</groupId> <artifactId>mixinextras-expressions</artifactId> <version>0.0.5</version> <name>MixinExtras</name> <description>Companion library to Mixin with lots of features to improve the compatibility and concision of your mixins!</description> <url>https://github.com/LlamaLad7/MixinExtras</url> <licenses> <license> <name>MIT License</name> <url>http://www.opensource.org/licenses/mit-license.php</url> </license> </licenses> <developers> <developer> <name>LlamaLad7</name> <url>https://github.com/LlamaLad7</url> </developer> </developers> <scm> <connection>scm:git:git://github.com/LlamaLad7/MixinExtras.git</connection> <developerConnection>scm:git:git://github.com/LlamaLad7/MixinExtras.git</developerConnection> <url>https://github.com/LlamaLad7/MixinExtras/tree/master</url> </scm> <dependencies> <dependency> <groupId>org.spongepowered</groupId> <artifactId>mixin</artifactId> <version>0.8</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.ow2.asm</groupId> <artifactId>asm-debug-all</artifactId> <version>5.2</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> <version>3.3.2</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.antlr</groupId> <artifactId>antlr4-runtime</artifactId> <version>4.13.1</version> <scope>runtime</scope> </dependency> </dependencies> </project>