is not current version
Last Version 1.0.4

com.github.skydoves:bundler 1.0.1

Android Intent & Bundle extensions that insert and retrieve values elegantly.

GroupId

GroupId

com.github.skydoves
ArtifactId

ArtifactId

bundler
Version

Version

1.0.1
Type

Type

aar

Download bundler 1.0.1


<!-- https://jarcasting.com/artifacts/com.github.skydoves/bundler/ -->
<dependency>
    <groupId>com.github.skydoves</groupId>
    <artifactId>bundler</artifactId>
    <version>1.0.1</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.skydoves/bundler/
implementation 'com.github.skydoves:bundler:1.0.1'
// https://jarcasting.com/artifacts/com.github.skydoves/bundler/
implementation ("com.github.skydoves:bundler:1.0.1")
'com.github.skydoves:bundler:aar:1.0.1'
<dependency org="com.github.skydoves" name="bundler" rev="1.0.1">
  <artifact name="bundler" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.skydoves', module='bundler', version='1.0.1')
)
libraryDependencies += "com.github.skydoves" % "bundler" % "1.0.1"
[com.github.skydoves/bundler "1.0.1"]