Jar examples for p: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.
You can download jar file proguard 3.8 in this page.
GNU General Public License (GPL)
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'
Click the following link to download the jar file.
proguard-3.8-sources.jar