lz4-java
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.lz4</groupId>
<artifactId>lz4-java</artifactId>
<version>1.8.1</version>
</dependency><project xmlns="http://maven.apache.org/POM/4.0.0">
<!--
The relocation POM for this version is being published
by Sonatype, Inc. with the collaboration and support
of the original LZ4 project and the maintainers of
the relocation target.
-->
<modelVersion>4.0.0</modelVersion>
<groupId>org.lz4</groupId>
<artifactId>lz4-java</artifactId>
<version>1.8.1</version>
<distributionManagement>
<relocation>
<groupId>at.yawk.lz4</groupId>
</relocation>
</distributionManagement>
</project>