elivi-cli

Code Compressor for Java (CLI Tool)

License

License

MIT
Categories

Categories

Net CLI User Interface
GroupId

GroupId

net.octyl.elivi
ArtifactId

ArtifactId

elivi-cli
Last Version

Last Version

0.1.3
Release Date

Release Date

Type

Type

jar
Description

Description

elivi-cli
Code Compressor for Java (CLI Tool)
Project URL

Project URL

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

Source Code Management

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

Download elivi-cli

How to add to project

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

Dependencies

runtime (3)

Group / Artifact Type Version
net.octyl.elivi : elivi-common jar 0.1.3
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.3.50
com.github.ajalt : clikt jar 2.2.0

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.3