prettybundleprocessor

Android library which uses annotation processor to help Android Developer easy to deal with Bundle to communicate between Activity, Fragment and Service.

License

License

GroupId

GroupId

com.github.talenguyen
ArtifactId

ArtifactId

prettybundleprocessor
Last Version

Last Version

1.0.3
Release Date

Release Date

Type

Type

jar
Description

Description

prettybundleprocessor
Android library which uses annotation processor to help Android Developer easy to deal with Bundle to communicate between Activity, Fragment and Service.
Project URL

Project URL

https://github.com/talenguyen/PrettyBundle
Source Code Management

Source Code Management

https://github.com/talenguyen/PrettyBundle

Download prettybundleprocessor

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
com.squareup : javapoet jar 1.0.0
com.github.talenguyen : prettybundle jar 1.0.3
com.google.auto.service : auto-service jar 1.0-rc1

provided (1)

Group / Artifact Type Version
com.google.android : android jar 4.1.1.4

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.3
1.0.2