MVN

com.guardsquare : proguard-annotations

Maven & Gradle

Jul 27, 2023
2.5k stars

com.guardsquare:proguard-annotations · Java annotations to configure ProGuard, the free shrinker, optimizer, obfuscator, and preverifier for Java bytecode

<dependency>
    <groupId>com.guardsquare</groupId>
    <artifactId>proguard-annotations</artifactId>
    <version>7.3.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.guardsquare : proguard-annotations to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 7.3.2
  • Latest Beta: 7.4.0-beta01

All Versions

Choose a version of com.guardsquare : proguard-annotations to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
7.4.x
proguard-annotations-7.4.0-beta01
7.3.x
proguard-annotations-7.3.2
proguard-annotations-7.3.1
proguard-annotations-7.3.0
proguard-annotations-7.3.0-beta2
proguard-annotations-7.3.0-beta1
7.2.x
proguard-annotations-7.2.2
proguard-annotations-7.2.1
proguard-annotations-7.2.0
proguard-annotations-7.2.0-beta6
proguard-annotations-7.2.0-beta5
proguard-annotations-7.2.0-beta4
proguard-annotations-7.2.0-beta3
proguard-annotations-7.2.0-beta2
proguard-annotations-7.2.0-beta1
7.1.x
proguard-annotations-7.1.1
proguard-annotations-7.1.0
proguard-annotations-7.1.0-beta5
proguard-annotations-7.1.0-beta4
proguard-annotations-7.1.0-beta3
7.0.x
proguard-annotations-7.0.1
proguard-annotations-7.0.0

How to add a dependency to Maven

Add the following com.guardsquare : proguard-annotations maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.guardsquare</groupId>
    <artifactId>proguard-annotations</artifactId>
    <version>7.3.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.guardsquare : proguard-annotations gradle dependency to your build.gradle file:

implementation 'com.guardsquare:proguard-annotations:7.3.2'

Gradle Kotlin DSL: Add the following com.guardsquare : proguard-annotations gradle kotlin dependency to your build.gradle.kts file:

implementation("com.guardsquare:proguard-annotations:7.3.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.guardsquare : proguard-annotations sbt scala dependency to your build.sbt file:

libraryDependencies += "com.guardsquare" % "proguard-annotations" % "7.3.2"

Advertisement