| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.talenguyen |
| Идентификатор | Идентификаторprettybundle-processor |
| Версия | Версия1.0.1 |
| Тип | Типjar |
| Описание |
Описаниеprettybundle-processor
Android library which uses annotation processor to help Android Developer easy to deal with Bundle to communicate between Activity, Fragment and Service.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| prettybundle-processor-1.0.1.pom | |
| prettybundle-processor-1.0.1.jar | 16 KB |
| prettybundle-processor-1.0.1-sources.jar | 8 KB |
| prettybundle-processor-1.0.1-javadoc.jar | 47 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.talenguyen/prettybundle-processor/ -->
<dependency>
<groupId>com.github.talenguyen</groupId>
<artifactId>prettybundle-processor</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.talenguyen/prettybundle-processor/
implementation 'com.github.talenguyen:prettybundle-processor:1.0.1'
// https://jarcasting.com/artifacts/com.github.talenguyen/prettybundle-processor/
implementation ("com.github.talenguyen:prettybundle-processor:1.0.1")
'com.github.talenguyen:prettybundle-processor:jar:1.0.1'
<dependency org="com.github.talenguyen" name="prettybundle-processor" rev="1.0.1">
<artifact name="prettybundle-processor" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.talenguyen', module='prettybundle-processor', version='1.0.1')
)
libraryDependencies += "com.github.talenguyen" % "prettybundle-processor" % "1.0.1"
[com.github.talenguyen/prettybundle-processor "1.0.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.github.talenguyen : prettybundle | jar | 1.0.1 |
| com.squareup : javapoet | jar | 1.0.0 |
| com.google.auto.service : auto-service | jar | 1.0-rc1 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.google.android : android | jar | 4.1.1.4 |