не последняя версия
Последняя версия 4.4

net.sf.proguard:proguard 3.10.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.

Категории

Категории

Сеть
Группа

Группа

net.sf.proguard
Идентификатор

Идентификатор

proguard
Версия

Версия

3.10.1
Тип

Тип

jar

Скачать proguard 3.10.1


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