is not current version
Last Version 6.3.0beta1

net.sf.proguard:proguard-parent 5.3

ProGuard is a free Java class file shrinker, optimizer, obfuscator, and preverifier.

Categories

Categories

Net
GroupId

GroupId

net.sf.proguard
ArtifactId

ArtifactId

proguard-parent
Version

Version

5.3
Type

Type

pom

Download proguard-parent 5.3

Filename Size
proguard-parent-5.3.pom 5 KB
Browse

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