не последняя версия
Последняя версия 1.0.3

com.github.talenguyen:prettybundle 1.0.2

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

Группа

Группа

com.github.talenguyen
Идентификатор

Идентификатор

prettybundle
Версия

Версия

1.0.2
Тип

Тип

jar

Скачать prettybundle 1.0.2


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