{"id":16175722,"url":"https://github.com/osiris-team/archives-java","last_synced_at":"2025-10-29T06:16:19.645Z","repository":{"id":110532713,"uuid":"414639202","full_name":"Osiris-Team/Archives-Java","owner":"Osiris-Team","description":"High level Java API for handling archives (.tar, .tar.gz and .tar.xz).","archived":false,"fork":false,"pushed_at":"2022-02-21T10:53:29.000Z","size":12,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-13T13:49:56.447Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Osiris-Team.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-10-07T14:41:17.000Z","updated_at":"2022-02-21T10:43:33.000Z","dependencies_parsed_at":null,"dependency_job_id":"305ef6cc-fe0b-487f-bc89-dc768c01ea2e","html_url":"https://github.com/Osiris-Team/Archives-Java","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Osiris-Team%2FArchives-Java","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Osiris-Team%2FArchives-Java/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Osiris-Team%2FArchives-Java/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Osiris-Team%2FArchives-Java/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Osiris-Team","download_url":"https://codeload.github.com/Osiris-Team/Archives-Java/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247640475,"owners_count":20971558,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-10T04:45:38.299Z","updated_at":"2025-10-29T06:16:14.593Z","avatar_url":"https://github.com/Osiris-Team.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Archives-Java [![](https://jitpack.io/v/Osiris-Team/Archives-Java.svg)](https://jitpack.io/#Osiris-Team/Archives-Java)\nHigh level Java API for handling archives (.tar, .tar.gz and .tar.xz).\n\n```java\nTar tar = new Tar(\"file-name\");\nTarGz targz = new TarGz(\"file-name\");\nTarXz tarxz = new TarXz(\"file-name\");\n\ntar.addFile(fileOrDir); // Works the same for TarGz and TarXz.\ntar.createInDir(dir); // Creates file-name.tar in the specified directory.\n```\nNote that this is still in early development so the example might have changed and some things are not working yet.\n\n## Motivation\nI wasn't able to find a Java lib/api that was simple and easy to use and covered multiple archive types in a single lib.\nThus I started this project with the aim of having a high level, simple Java lib to handle archive files.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fosiris-team%2Farchives-java","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fosiris-team%2Farchives-java","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fosiris-team%2Farchives-java/lists"}