is not current version
Last Version 4.4

net.sf.proguard:proguard 3.4

Obfuscates Java classes.

Categories

Categories

Net
GroupId

GroupId

net.sf.proguard
ArtifactId

ArtifactId

proguard
Version

Version

3.4
Type

Type

jar

Download proguard 3.4


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