| License |
License |
|---|---|
| GroupId | GroupIdcom.github.talenguyen |
| ArtifactId | ArtifactIdprettybundle-processor |
| Version | Version1.0.1 |
| Type | Typejar |
| Description |
Descriptionprettybundle-processor
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 |
| Source Code Management |
Source Code Management |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| 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 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.android : android | jar | 4.1.1.4 |