url

A asar implementation in java without runtime dependency.

Лицензия

Лицензия

Группа

Группа

com.anatawa12.asar4j
Идентификатор

Идентификатор

url
Последняя версия

Последняя версия

0.0.1
Дата

Дата

Тип

Тип

pom.sha512
Описание

Описание

url
A asar implementation in java without runtime dependency.
Ссылка на сайт

Ссылка на сайт

https://github.com/anatawa12/asar4j
Система контроля версий

Система контроля версий

https://github.com/anatawa12/asar4j

Скачать url

Имя Файла Размер
url-0.0.1.pom
url-0.0.1-sources.jar 6 KB
url-0.0.1-javadoc.jar 35 KB
Обзор

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
com.anatawa12.asar4j : common jar 0.0.1
com.anatawa12.asar4j : file jar 0.0.1

Модули Проекта

Данный проект не имеет модулей.

ASAR4j

a12 maintenance: inactive Discord

A asar implementation in java without runtime dependency.

IMPORTANT: THIS LIBRARY IS EXPERIMENTAL. I MAY BREAK APIS IN THE FEATURE.

How to use

This library was separated to four jars to keep small library.

  • common The library contains Entry class. All those libraries depending on this library.
  • file The library contains java.util.zip.ZipFile-like file reader.
  • writer The library contains java.util.zip.ZipOutputStream-like file writer.
  • url The library contains implementation of asar: url protocol like jar: but allows asar-in-asar or asar-in-jar.

This library has been published on maven central repository. To add a dependency on asar4j using Maven, use the following:

<dependency>
  <groupId>com.anatawa12.asar4j</groupId>
  <artifactId>[choose from file, writer or url]</artifactId>
  <version>0.0.1</version>
</dependency>

To add a dependency using Gradle:

dependencies {
  implementation("com.anatawa12.asar4j:<library-name>:0.0.1")
}

Версии библиотеки

Версия
0.0.1