Browse our Products

<dependency>
    <groupId>com.aspose</groupId>
    <artifactId>aspose-zip</artifactId>
    <version>24.5</version>
</dependency>
copied!  
                                                
                                                  compile(group: 'com.aspose', name: 'aspose-zip', version: '24.5')
                                                
                                              
copied!  
<dependency org="com.aspose" name="aspose-zip" rev="24.5">
    <artifact name="aspose-zip" ext="jar"/>
</dependency>
copied!  
libraryDependencies += "com.aspose" % "aspose-zip" % "24.5"
copied!  

What’s new in the Aspose.ZIP for Java 24.5

Release Highlights

Aspose.ZIP for Java 24.5 expands its compression capabilities with full support for the Lzip archive format and the PPMd compression algorithm. These additions strengthen the library’s ability to handle Linux-compatible packages and highly compressed files, while also introducing enhanced stream-handling for tar.lzma combinations.

New Features

  • Support for Lzip Archive Format

    • Introduced LzipArchive and LzipArchiveSettings classes.
    • Supports extracting and saving .lz compressed tar archives.
  • PPMd Compression Algorithm Support

    • Added PPMdCompressionSettings for standalone compression.
    • Integrated SevenZipPPMdCompressionSettings for .7z archives.

Enhancements

  • Improved Stream Handling
    • Optimized pipeline streams for tar.lzma operations for better performance.
  • Evaluation Mode Adjustments
    • Reduced operational limits to align with licensing standards.

Public API and Backward Incompatible Changes

  • New Classes

    • com.aspose.zip.LzipArchive
    • com.aspose.zip.LzipArchiveSettings
    • com.aspose.zip.PPMdCompressionSettings
    • com.aspose.zip.SevenZipPPMdCompressionSettings
  • New Methods in TarArchive

    • fromLZip(InputStream) / fromLZip(String)
    • saveLzipped(OutputStream, TarFormat)
    • saveLzipped(String, TarFormat)

🔍 Explore the Full Release Details

For full list of updates, please visit Aspose.ZIP for Java 24.5 Release Notes.


lzip | ppmd compression | 7z archive | tar.lzma | aspose.zip

VersionRelease Date
25.5May 14, 2025
25.4April 30, 2025
25.3March 27, 2025
25.2February 28, 2025
25.1January 31, 2025
24.12December 19, 2024
24.11November 29, 2024
24.10October 30, 2024
24.9September 30, 2024
24.8August 30, 2024
24.7July 31, 2024
24.6June 29, 2024
24.5May 14, 2024
24.4April 25, 2024
24.3March 29, 2024
24.2March 11, 2024
24.1January 31, 2024
23.12December 22, 2023
FileClassifierSize
aspose-zip-24.5-javadoc.jarjavadoc830 KB
aspose-zip-24.5.jar6 MB
aspose-zip-24.5.pom393 bytes