Apache Commons Compress (custom fork that does not emit a warning on unclosed ZipFile). Specifically to dodge maven bugs.
'org.carrot2.forks.commons:commons-compress:1.9'
<dependency>
<groupId>org.carrot2.forks.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>1.9</version>
</dependency>
<dependency org="org.carrot2.forks.commons" name="commons-compress" rev="1.9"/>
"org.carrot2.forks.commons", "commons-compress", "1.9"