r

rezipdoc

A Git filter and textconv for converting ZIP based binary files to an uncompressed version of themselves, which works better with gits delta-compression and diffs
https://github.com/hoijui/ReZipDoc/
GNU General Public License (GPL), version 3 or later
Robin Vobruba
Files download
File Operation
rezipdoc-0.4.jar download
rezipdoc-0.4.pom download
rezipdoc-0.4-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.hoijui.rezipdoc</groupId>
  <artifactId>rezipdoc</artifactId>
  <version>0.4</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'io.github.hoijui.rezipdoc:rezipdoc:0.4'
Gradle Kotlin
implementation("io.github.hoijui.rezipdoc:rezipdoc:0.4")
Scala SBT
libraryDependencies += "io.github.hoijui.rezipdoc" % "rezipdoc" % "0.4"
Groovy Grape
@Grapes(
  @Grab(group='io.github.hoijui.rezipdoc', module='rezipdoc', version='0.4')
)
Apache Ivy
<dependency org="io.github.hoijui.rezipdoc" name="rezipdoc" rev="0.4" />
Leiningen
[io.github.hoijui.rezipdoc/rezipdoc "0.4"]
Apache Buildr
'io.github.hoijui.rezipdoc:rezipdoc:jar:0.4'