MVN

com.grarcht.shuttle : framework-integrations-extensions-room

Maven & Gradle

Feb 27, 2023
70 stars

Shuttle · Shuttle provides a modern, guarded way to pass large Serializable objects with Intents or saving them in Bundle objects to avoid app crashes from TransactionTooLargeExceptions.

<dependency>
    <groupId>com.grarcht.shuttle</groupId>
    <artifactId>framework-integrations-extensions-room</artifactId>
    <version>2.0.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.grarcht.shuttle : framework-integrations-extensions-room to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.4
  • Latest Beta: 1.0.0-beta01
  • Latest Alpha: 1.0.0-alpha01

All Versions

Choose a version of com.grarcht.shuttle : framework-integrations-extensions-room to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
framework-integrations-extensions-room-2.0.4
framework-integrations-extensions-room-2.0.3
framework-integrations-extensions-room-2.0.2
framework-integrations-extensions-room-2.0.1
framework-integrations-extensions-room-2.0.0
1.0.x
framework-integrations-extensions-room-1.0.0
framework-integrations-extensions-room-1.0.0-beta01
framework-integrations-extensions-room-1.0.0-alpha01

How to add a dependency to Maven

Add the following com.grarcht.shuttle : framework-integrations-extensions-room maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.grarcht.shuttle</groupId>
    <artifactId>framework-integrations-extensions-room</artifactId>
    <version>2.0.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.grarcht.shuttle : framework-integrations-extensions-room gradle dependency to your build.gradle file:

implementation 'com.grarcht.shuttle:framework-integrations-extensions-room:2.0.4'

Gradle Kotlin DSL: Add the following com.grarcht.shuttle : framework-integrations-extensions-room gradle kotlin dependency to your build.gradle.kts file:

implementation("com.grarcht.shuttle:framework-integrations-extensions-room:2.0.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.grarcht.shuttle : framework-integrations-extensions-room sbt scala dependency to your build.sbt file:

libraryDependencies += "com.grarcht.shuttle" % "framework-integrations-extensions-room" % "2.0.4"