<dependency> <groupId>de.cronn</groupId> <artifactId>diff-to-html</artifactId> <version>1.6</version> </dependency>
implementation 'de.cronn:diff-to-html:1.6'
implementation("de.cronn:diff-to-html:1.6")
libraryDependencies += "de.cronn" % "diff-to-html" % "1.6"
@Grapes( @Grab(group='de.cronn', module='diff-to-html', version='1.6') )
<dependency org="de.cronn" name="diff-to-html" rev="1.6" />
[de.cronn/diff-to-html "1.6"]
'de.cronn:diff-to-html:jar:1.6'
compile
|-- org.apache.commons:commons-text:1.2
|-- commons-cli:commons-cli:1.3
|-- commons-io:commons-io:2.6
|-- com.j2html:j2html:1.2.2
|-- io.github.java-diff-utils:java-diff-utils:4.7
|-- com.googlecode.juniversalchardet:juniversalchardet:1.0.3