elivi-code-compressor

Code Compressor for Java

Лицензия

Лицензия

The MIT License
Категории

Категории

Сеть
Группа

Группа

net.octyl
Идентификатор

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

elivi-code-compressor
Последняя версия

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

0.1.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

elivi-code-compressor
Code Compressor for Java
Ссылка на сайт

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

https://github.com/kenzierocks/elivi-code-compressor
Система контроля версий

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

https://github.com/kenzierocks/elivi-code-compressor

Скачать elivi-code-compressor

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/net.octyl/elivi-code-compressor/ -->
<dependency>
    <groupId>net.octyl</groupId>
    <artifactId>elivi-code-compressor</artifactId>
    <version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.octyl/elivi-code-compressor/
implementation 'net.octyl:elivi-code-compressor:0.1.0'
// https://jarcasting.com/artifacts/net.octyl/elivi-code-compressor/
implementation ("net.octyl:elivi-code-compressor:0.1.0")
'net.octyl:elivi-code-compressor:jar:0.1.0'
<dependency org="net.octyl" name="elivi-code-compressor" rev="0.1.0">
  <artifact name="elivi-code-compressor" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.octyl', module='elivi-code-compressor', version='0.1.0')
)
libraryDependencies += "net.octyl" % "elivi-code-compressor" % "0.1.0"
[net.octyl/elivi-code-compressor "0.1.0"]

Зависимости

runtime (4)

Идентификатор библиотеки Тип Версия
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.3.50
com.github.ajalt : clikt jar 2.2.0
org.ow2.asm : asm jar 7.2
org.ow2.asm : asm-commons jar 7.2

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

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

elivi-code-compressor

Tool for compressing Java class files, similar to ProGuard and R8.

Usage

Simply build the project using ./gradlew installDist, then run the appropriate file from ./build/install/elivi-code-compressor.

Flags

Name Description
REMOVE_LVT Remove the LocalVariableTable attribute from all methods
REMOVE_LNT Remove the LineNumberTable attribute from all methods
REMOVE_SOURCEFILE Remove the SourceFile attribute from the class
RENAME_PRIVATE_FIELDS Rename all private fields to be shorter.
RENAME_PRIVATE_METHODS Rename all private methods to be shorter.

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

Версия
0.1.0