elivi-code-compressor

Code Compressor for Java

License

License

The MIT License
Categories

Categories

Net
GroupId

GroupId

net.octyl
ArtifactId

ArtifactId

elivi-code-compressor
Last Version

Last Version

0.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

elivi-code-compressor
Code Compressor for Java
Project URL

Project URL

https://github.com/kenzierocks/elivi-code-compressor
Source Code Management

Source Code Management

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

Download elivi-code-compressor

How to add to project

<!-- 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"]

Dependencies

runtime (4)

Group / Artifact Type Version
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

Project Modules

There are no modules declared in this project.

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.

Versions

Version
0.1.0