<dependency> <groupId>de.cronn</groupId> <artifactId>diff-to-html</artifactId> <version>1.1</version> </dependency>
implementation 'de.cronn:diff-to-html:1.1'
implementation("de.cronn:diff-to-html:1.1")
libraryDependencies += "de.cronn" % "diff-to-html" % "1.1"
@Grapes( @Grab(group='de.cronn', module='diff-to-html', version='1.1') )
<dependency org="de.cronn" name="diff-to-html" rev="1.1" />
[de.cronn/diff-to-html "1.1"]
'de.cronn:diff-to-html:jar:1.1'
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
|-- com.googlecode.java-diff-utils:diffutils:1.3.0
|-- com.googlecode.juniversalchardet:juniversalchardet:1.0.3