MVN

com.hannesdorfmann.fragmentargs : bundler-parceler

Maven & Gradle

Jun 20, 2018
<dependency>
    <groupId>com.hannesdorfmann.fragmentargs</groupId>
    <artifactId>bundler-parceler</artifactId>
    <version>3.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.hannesdorfmann.fragmentargs : bundler-parceler 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 : bundler-parceler to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.0.x
bundler-parceler-4.0.0-RC1
3.0.x
bundler-parceler-3.0.2
bundler-parceler-3.0.1
bundler-parceler-3.0.0
2.1.x
bundler-parceler-2.1.2
bundler-parceler-2.1.1
bundler-parceler-2.1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.hannesdorfmann.fragmentargs</groupId>
    <artifactId>bundler-parceler</artifactId>
    <version>3.0.2</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.hannesdorfmann.fragmentargs:bundler-parceler:3.0.2'

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

implementation("com.hannesdorfmann.fragmentargs:bundler-parceler:3.0.2")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.hannesdorfmann.fragmentargs" % "bundler-parceler" % "3.0.2"