Proguard

ProGuard is a free Java class file shrinker, optimizer, and obfuscator. It removes unused classes, fields, methods, and attributes. It then optimizes the bytecode. It then renames the remaining classes, fields, and methods using short meaningless names. Finally, it preverifies the processed code for Java 6 or for Java Micro Edition.

License

License

Categories

Categories

Net
GroupId

GroupId

net.sf.proguard
ArtifactId

ArtifactId

proguard
Last Version

Last Version

4.4
Release Date

Release Date

Type

Type

jar
Description

Description

Proguard
ProGuard is a free Java class file shrinker, optimizer, and obfuscator. It removes unused classes, fields, methods, and attributes. It then optimizes the bytecode. It then renames the remaining classes, fields, and methods using short meaningless names. Finally, it preverifies the processed code for Java 6 or for Java Micro Edition.
Project URL

Project URL

http://proguard.sourceforge.net/

Download proguard

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
ant : ant Optional jar 1.6.5
com.sun.kvem : kenv Optional jar 2.2

Project Modules

There are no modules declared in this project.

Versions

Version
4.4
4.3
4.2
4.1
4.0.1
3.10.1
3.9
3.8
3.7
3.4