Last Version

Proguard 4.4

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
Version

Version

4.4
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 4.4


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