Download proguard-3.8.jar file - Jar p

Jar examples for p:proguard

Description

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.

You can download jar file proguard 3.8 in this page.

License

GNU General Public License (GPL)

Build File

You can use the following script to add proguard-3.8.jar to your project.

<dependency>
   <groupId>net.sf.proguard</groupId>
   <artifactId>proguard</artifactId>
   <version>3.8</version>
</dependency>
compile group: 'net.sf.proguard', name: 'proguard', version: '3.8'
libraryDependencies += "net.sf.proguard" % "proguard" % "3.8"
<dependency org="net.sf.proguard" name="proguard" rev="3.8"/>
@Grapes(@Grab(group='net.sf.proguard', module='proguard', version='3.8'))
'net.sf.proguard:proguard:jar:3.8'

Download

Click the following link to download the jar file.

proguard-3.8-sources.jar
proguard-3.8.jar
proguard-3.8.pom



Related Tutorials