License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.sf.proguard |
ArtifactId | ArtifactIdproguard-parent |
Last Version | Last Version6.3.0beta1 |
Release Date | Release Date |
Type | Typepom |
Description |
Description[net.sf.proguard] proguard-parent
ProGuard is a free Java class file shrinker, optimizer, obfuscator, and preverifier.
|
Project URL |
Project URL |
Filename | Size |
---|---|
proguard-parent-6.3.0beta1.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sf.proguard/proguard-parent/ -->
<dependency>
<groupId>net.sf.proguard</groupId>
<artifactId>proguard-parent</artifactId>
<version>6.3.0beta1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.sf.proguard/proguard-parent/
implementation 'net.sf.proguard:proguard-parent:6.3.0beta1'
// https://jarcasting.com/artifacts/net.sf.proguard/proguard-parent/
implementation ("net.sf.proguard:proguard-parent:6.3.0beta1")
'net.sf.proguard:proguard-parent:pom:6.3.0beta1'
<dependency org="net.sf.proguard" name="proguard-parent" rev="6.3.0beta1">
<artifact name="proguard-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.sf.proguard', module='proguard-parent', version='6.3.0beta1')
)
libraryDependencies += "net.sf.proguard" % "proguard-parent" % "6.3.0beta1"
[net.sf.proguard/proguard-parent "6.3.0beta1"]