文件名称: java-diff-utils-4.12.jar中文-英文对照文档.zip
<dependency>
<groupId>io.github.java-diff-utils</groupId>
<artifactId>java-diff-utils</artifactId>
<version>4.12</version>
</dependency>Gradle:
implementation group: 'io.github.java-diff-utils', name: 'java-diff-utils', version: '4.12'
Gradle (Short):
implementation 'io.github.java-diff-utils:java-diff-utils:4.12'
Gradle (Kotlin):
implementation("io.github.java-diff-utils:java-diff-utils:4.12")本翻译文档基于以下开源项目制作,严格遵守各项目的开源许可证,并在此列出其版权归属与许可证信息。
com.github.difflib
com.github.difflib.algorithm
com.github.difflib.algorithm.myers
com.github.difflib.patch
com.github.difflib.text
com.github.difflib.unifieddiffcom.github.difflib.DiffUtils
com.github.difflib.UnifiedDiffUtils
com.github.difflib.algorithm.Change
com.github.difflib.algorithm.DiffAlgorithmFactory
com.github.difflib.algorithm.DiffAlgorithmI
com.github.difflib.algorithm.DiffAlgorithmListener
com.github.difflib.algorithm.myers.MeyersDiff
com.github.difflib.algorithm.myers.MeyersDiffWithLinearSpace
com.github.difflib.algorithm.myers.PathNode
com.github.difflib.patch.AbstractDelta
com.github.difflib.patch.ChangeDelta
com.github.difflib.patch.Chunk
com.github.difflib.patch.ConflictOutput
com.github.difflib.patch.DeleteDelta
com.github.difflib.patch.DeltaType
com.github.difflib.patch.DiffException
com.github.difflib.patch.EqualDelta
com.github.difflib.patch.InsertDelta
com.github.difflib.patch.Patch
com.github.difflib.patch.PatchFailedException
com.github.difflib.patch.VerifyChunk
com.github.difflib.text.DiffRow
com.github.difflib.text.DiffRow.Tag
com.github.difflib.text.DiffRowGenerator
com.github.difflib.text.DiffRowGenerator.Builder
com.github.difflib.unifieddiff.UnifiedDiff
com.github.difflib.unifieddiff.UnifiedDiffFile
com.github.difflib.unifieddiff.UnifiedDiffParserException
com.github.difflib.unifieddiff.UnifiedDiffReader
com.github.difflib.unifieddiff.UnifiedDiffWriter