MVN

net.sf.proguard : proguard-annotations

Maven & Gradle

Dec 08, 2019
<dependency>
    <groupId>net.sf.proguard</groupId>
    <artifactId>proguard-annotations</artifactId>
    <version>6.2.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 6.2.2

All Versions

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

Version Vulnerabilities Updated
6.3.x
proguard-annotations-6.3.0beta1
6.2.x
proguard-annotations-6.2.2
proguard-annotations-6.2.1
proguard-annotations-6.2.0
6.1.x
proguard-annotations-6.1.1
proguard-annotations-6.1.0
proguard-annotations-6.1.0beta2
proguard-annotations-6.1.0beta1
6.0.x
proguard-annotations-6.0.3
proguard-annotations-6.0.2
proguard-annotations-6.0.1
6.0
proguard-annotations-6.0

How to add a dependency to Maven

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

<dependency>
    <groupId>net.sf.proguard</groupId>
    <artifactId>proguard-annotations</artifactId>
    <version>6.2.2</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'net.sf.proguard:proguard-annotations:6.2.2'

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

implementation("net.sf.proguard:proguard-annotations:6.2.2")

How to add a dependency to SBT Scala

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

libraryDependencies += "net.sf.proguard" % "proguard-annotations" % "6.2.2"

Advertisement