is not current version
Last Version 6.3.0beta1

net.sf.proguard:proguard-base 6.0.3


Categories

Categories

Net
GroupId

GroupId

net.sf.proguard
ArtifactId

ArtifactId

proguard-base
Version

Version

6.0.3
Type

Type

jar

Download proguard-base 6.0.3


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