Browse our Products

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

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

Release Highlights

Aspose.ZIP for Java 24.2 expands its capabilities with native support for .gzip and .tar archive formats. This release also improves TAR file handling, especially for archives containing entries larger than 8GB.

New Features

  • Gzip Archive Support Added the ability to read .gzip files via the new GzipArchive class.

  • Tar Archive Support Introduced support for .tar format, including multi-entry handling via TarArchive and TarEntry.

Bug Fixes

  • Large TAR Archive Handling Corrected errors related to reading TAR archives containing entries exceeding 8GB in size.

Public API and Backward Incompatible Changes

  • New Classes Introduced

    • com.aspose.zip.GzipArchive: Represents a Gzip archive.
    • com.aspose.zip.TarArchive: Represents a TAR archive.
    • com.aspose.zip.TarEntry: Represents an individual file within a TAR archive.
  • New Enum

    • com.aspose.zip.TarFormat: Specifies supported formats of TAR archives.

🔍 Explore the Full Release Details

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


gzip archive | tar format | large tar files | aspose.zip | file compression

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.2-javadoc.jarjavadoc631 KB
aspose-zip-24.2.jar6 MB
aspose-zip-24.2.pom393 bytes