Last Version

AndroidFeedLoader - Parent 0.1.1

A library that helps you build Android ContentProviders that feeds from Web APIs.

License

License

GroupId

GroupId

com.wu-man
ArtifactId

ArtifactId

androidfeedloader-parent
Version

Version

0.1.1
Type

Type

pom
Description

Description

AndroidFeedLoader - Parent
A library that helps you build Android ContentProviders that feeds from Web APIs.
Project Organization

Project Organization

David Wu
Source Code Management

Source Code Management

https://github.com/wuman/AndroidFeedLoader

Download androidfeedloader-parent 0.1.1


<!-- https://jarcasting.com/artifacts/com.wu-man/androidfeedloader-parent/ -->
<dependency>
    <groupId>com.wu-man</groupId>
    <artifactId>androidfeedloader-parent</artifactId>
    <version>0.1.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.wu-man/androidfeedloader-parent/
implementation 'com.wu-man:androidfeedloader-parent:0.1.1'
// https://jarcasting.com/artifacts/com.wu-man/androidfeedloader-parent/
implementation ("com.wu-man:androidfeedloader-parent:0.1.1")
'com.wu-man:androidfeedloader-parent:pom:0.1.1'
<dependency org="com.wu-man" name="androidfeedloader-parent" rev="0.1.1">
  <artifact name="androidfeedloader-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.wu-man', module='androidfeedloader-parent', version='0.1.1')
)
libraryDependencies += "com.wu-man" % "androidfeedloader-parent" % "0.1.1"
[com.wu-man/androidfeedloader-parent "0.1.1"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • library
  • samples