SpecialSource
Used in
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.anatawa12.forge</groupId> <artifactId>SpecialSource</artifactId> <version>1.11.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>com.anatawa12.forge</groupId> <artifactId>SpecialSource</artifactId> <version>1.11.1</version> <name>SpecialSource</name> <description>A jar compare and renaming engine designed for comparing and remapping 2 jars of differnent obfuscation mappings. Can also be useful for reobfuscation. (fork for https://github.com/anatawa12/ForgeGradle-1.2)</description> <url>https://github.com/anatawa12/SpecialSource</url> <licenses> <license> <name>The BSD 3-Clause License</name> <url>https://opensource.org/licenses/BSD-3-Clause</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>md-5</id> <name>md-5</name> <roles> <role>developer</role> </roles> </developer> <developer> <id>anatawa12</id> <name>anatawa12</name> <roles> <role>developer</role> </roles> </developer> </developers> <scm> <connection>scm:git:git://github.com/anatawa12/SpecialSource.git</connection> <developerConnection>scm:git:git@github.com:anatawa12/SpecialSource.git</developerConnection> <url>https://github.com/anatawa12/SpecialSource</url> </scm> <issueManagement> <system>github</system> <url>https://github.com/anatawa12/SpecialSource/issues</url> </issueManagement> <dependencies> <dependency> <groupId>org.ow2.asm</groupId> <artifactId>asm-commons</artifactId> <version>9.4</version> <scope>runtime</scope> </dependency> <dependency> <groupId>net.sf.jopt-simple</groupId> <artifactId>jopt-simple</artifactId> <version>5.0.4</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>31.1-jre</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.opencsv</groupId> <artifactId>opencsv</artifactId> <version>5.7.0</version> <scope>runtime</scope> </dependency> </dependencies> </project>