DiffPatch
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.codechicken</groupId>
<artifactId>DiffPatch</artifactId>
<version>2.1.0.43</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>io.codechicken</groupId>
<artifactId>DiffPatch</artifactId>
<version>2.1.0.43</version>
<name>DiffPatch</name>
<description>DiffPatch</description>
<url>https://github.com/TheCBProject/DiffPatch</url>
<licenses>
<license>
<name>MIT</name>
<url>https://raw.githubusercontent.com/TheCBProject/DiffPatch/master/LICENSE.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>covers1624</id>
<name>covers1624</name>
</developer>
<developer>
<id>ChickenBones</id>
<name>Chicken Bones</name>
</developer>
</developers>
<scm>
<connection>scm:git:git@github.com:TheCBProject/DiffPatch.git</connection>
<url>https://github.com/TheCBProject/DiffPatch</url>
</scm>
<issueManagement>
<system>github</system>
<url>https://github.com/TheCBProject/DiffPatch/issues</url>
</issueManagement>
<dependencies>
<dependency>
<groupId>net.covers1624</groupId>
<artifactId>Quack</artifactId>
<version>0.4.10.115</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>it.unimi.dsi</groupId>
<artifactId>fastutil</artifactId>
<version>8.5.15</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>1.27.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.tukaani</groupId>
<artifactId>xz</artifactId>
<version>1.10</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>net.sf.jopt-simple</groupId>
<artifactId>jopt-simple</artifactId>
<version>5.0.4</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>