| License |
License |
|---|---|
| GroupId | GroupIdcom.github.talenguyen |
| ArtifactId | ArtifactIdprettybundle |
| Version | Version1.0.3 |
| Type | Typejar |
| Description |
Descriptionprettybundle
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 |
| Filename | Size |
|---|---|
| prettybundle-1.0.3.pom | |
| prettybundle-1.0.3.jar | 22 KB |
| prettybundle-1.0.3-sources.jar | 3 KB |
| prettybundle-1.0.3-javadoc.jar | 40 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.talenguyen/prettybundle/ -->
<dependency>
<groupId>com.github.talenguyen</groupId>
<artifactId>prettybundle</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.talenguyen/prettybundle/
implementation 'com.github.talenguyen:prettybundle:1.0.3'
// https://jarcasting.com/artifacts/com.github.talenguyen/prettybundle/
implementation ("com.github.talenguyen:prettybundle:1.0.3")
'com.github.talenguyen:prettybundle:jar:1.0.3'
<dependency org="com.github.talenguyen" name="prettybundle" rev="1.0.3">
<artifact name="prettybundle" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.talenguyen', module='prettybundle', version='1.0.3')
)
libraryDependencies += "com.github.talenguyen" % "prettybundle" % "1.0.3"
[com.github.talenguyen/prettybundle "1.0.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.android : support-v4 | jar | r6 |
| com.google.android : android | jar | 4.1.1.4 |