is not current version
Last Version 6.3.0beta1

net.sf.proguard:proguard-base 5.2.1


Categories

Categories

Net
GroupId

GroupId

net.sf.proguard
ArtifactId

ArtifactId

proguard-base
Version

Version

5.2.1
Type

Type

jar

Download proguard-base 5.2.1


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