is not current version
Last Version 9.0.1

com.guardsquare:proguard-core 7.0.0

ProGuardCORE is a free library to read, analyze, modify, and write Java class files.

Categories

Categories

Square Business Logic Libraries Financial
GroupId

GroupId

com.guardsquare
ArtifactId

ArtifactId

proguard-core
Version

Version

7.0.0
Type

Type

jar

Download proguard-core 7.0.0


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