is not current version
Last Version 2.0.beta-1

com.linkedin.migz:migz 1.0.0

Fast, multithreaded, gzip-compatible compression and decompression library for Java

GroupId

GroupId

com.linkedin.migz
ArtifactId

ArtifactId

migz
Version

Version

1.0.0
Type

Type

jar

Download migz 1.0.0


<!-- https://jarcasting.com/artifacts/com.linkedin.migz/migz/ -->
<dependency>
    <groupId>com.linkedin.migz</groupId>
    <artifactId>migz</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.linkedin.migz/migz/
implementation 'com.linkedin.migz:migz:1.0.0'
// https://jarcasting.com/artifacts/com.linkedin.migz/migz/
implementation ("com.linkedin.migz:migz:1.0.0")
'com.linkedin.migz:migz:jar:1.0.0'
<dependency org="com.linkedin.migz" name="migz" rev="1.0.0">
  <artifact name="migz" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.linkedin.migz', module='migz', version='1.0.0')
)
libraryDependencies += "com.linkedin.migz" % "migz" % "1.0.0"
[com.linkedin.migz/migz "1.0.0"]