is not current version
Last Version 4.4

net.sf.proguard:proguard 4.0.1

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.

Categories

Categories

Net
GroupId

GroupId

net.sf.proguard
ArtifactId

ArtifactId

proguard
Version

Version

4.0.1
Type

Type

jar

Download proguard 4.0.1


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