MVN

com.hannesdorfmann.fragmentargs : annotation

Maven & Gradle

Jun 20, 2018
1 usages
<dependency>
    <groupId>com.hannesdorfmann.fragmentargs</groupId>
    <artifactId>annotation</artifactId>
    <version>3.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.hannesdorfmann.fragmentargs : annotation to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.2
  • Latest Release Candidate: 4.0.0-RC1

All Versions

Choose a version of com.hannesdorfmann.fragmentargs : annotation to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.0.x
annotation-4.0.0-RC1
3.0.x
annotation-3.0.2
annotation-3.0.1
annotation-3.0.0
2.1.x
annotation-2.1.2
annotation-2.1.1
annotation-2.1.0
2.0.x
annotation-2.0.1
annotation-2.0.0
1.2.x
annotation-1.2.0
1.1.x
annotation-1.1.0
annotation-1.1.0-RC1
1.0.x
annotation-1.0.3
annotation-1.0.2
annotation-1.0.1
annotation-1.0.0
0.8.x
annotation-0.8.0
0.0.x
annotation-0.0.16
annotation-0.0.15

How to add a dependency to Maven

Add the following com.hannesdorfmann.fragmentargs : annotation maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.hannesdorfmann.fragmentargs</groupId>
    <artifactId>annotation</artifactId>
    <version>3.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.hannesdorfmann.fragmentargs : annotation gradle dependency to your build.gradle file:

implementation 'com.hannesdorfmann.fragmentargs:annotation:3.0.2'

Gradle Kotlin DSL: Add the following com.hannesdorfmann.fragmentargs : annotation gradle kotlin dependency to your build.gradle.kts file:

implementation("com.hannesdorfmann.fragmentargs:annotation:3.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.hannesdorfmann.fragmentargs : annotation sbt scala dependency to your build.sbt file:

libraryDependencies += "com.hannesdorfmann.fragmentargs" % "annotation" % "3.0.2"

Advertisement