is not current version
Last Version 4.4

net.sf.proguard:proguard 4.3

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.

Categories

Categories

Net
GroupId

GroupId

net.sf.proguard
ArtifactId

ArtifactId

proguard
Version

Version

4.3
Type

Type

jar

Download proguard 4.3


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