MVN

com.joom.smuggler : smuggler-plugin

Maven & Gradle

Dec 25, 2021
196 stars

Smuggler · The easiest way to make your data classes Parcelable.

<dependency>
    <groupId>com.joom.smuggler</groupId>
    <artifactId>smuggler-plugin</artifactId>
    <version>1.1.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.joom.smuggler : smuggler-plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.9

All Versions

Choose a version of com.joom.smuggler : smuggler-plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
smuggler-plugin-1.1.9
smuggler-plugin-1.1.8
smuggler-plugin-1.1.7
smuggler-plugin-1.1.6
smuggler-plugin-1.1.5
smuggler-plugin-1.1.4

How to add a dependency to Maven

Add the following com.joom.smuggler : smuggler-plugin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.joom.smuggler</groupId>
    <artifactId>smuggler-plugin</artifactId>
    <version>1.1.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.joom.smuggler : smuggler-plugin gradle dependency to your build.gradle file:

implementation 'com.joom.smuggler:smuggler-plugin:1.1.9'

Gradle Kotlin DSL: Add the following com.joom.smuggler : smuggler-plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("com.joom.smuggler:smuggler-plugin:1.1.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.joom.smuggler : smuggler-plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "com.joom.smuggler" % "smuggler-plugin" % "1.1.9"