is not current version
Last Version 1.0.1

com.github.talenguyen:prettybundle-processor 1.0.0

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

GroupId

GroupId

com.github.talenguyen
ArtifactId

ArtifactId

prettybundle-processor
Version

Version

1.0.0
Type

Type

jar

Download prettybundle-processor 1.0.0


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