License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.sf.proguard |
ArtifactId | ArtifactIdproguard |
Last Version | Last Version4.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionProguard
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. Finally, it preverifies the processed code for Java 6 or for Java Micro Edition.
|
Project URL |
Project URL |
Filename | Size |
---|---|
proguard-4.4.pom | |
proguard-4.4.jar | 648 KB |
proguard-4.4-sources.jar | 951 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sf.proguard/proguard/ -->
<dependency>
<groupId>net.sf.proguard</groupId>
<artifactId>proguard</artifactId>
<version>4.4</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.proguard/proguard/
implementation 'net.sf.proguard:proguard:4.4'
// https://jarcasting.com/artifacts/net.sf.proguard/proguard/
implementation ("net.sf.proguard:proguard:4.4")
'net.sf.proguard:proguard:jar:4.4'
<dependency org="net.sf.proguard" name="proguard" rev="4.4">
<artifact name="proguard" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.proguard', module='proguard', version='4.4')
)
libraryDependencies += "net.sf.proguard" % "proguard" % "4.4"
[net.sf.proguard/proguard "4.4"]
Group / Artifact | Type | Version |
---|---|---|
ant : ant Optional | jar | 1.6.5 |
com.sun.kvem : kenv Optional | jar | 2.2 |