WordPressComRest

WordPress.com REST Client for Android apps..

Лицензия

Лицензия

Категории

Категории

Auto Библиотеки уровня приложения Code Generators
Группа

Группа

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

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

rest
Последняя версия

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

1.0.3
Дата

Дата

Тип

Тип

aar
Описание

Описание

WordPressComRest
WordPress.com REST Client for Android apps..
Ссылка на сайт

Ссылка на сайт

https://github.com/Automattic/android-wordpress-com-rest
Система контроля версий

Система контроля версий

https://github.com/Automattic/android-wordpress-com-rest

Скачать rest

Имя Файла Размер
rest-1.0.3.pom
rest-1.0.3.aar 15 KB
Обзор

Как подключить последнюю версию

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

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
com.mcxiaoke.volley : library jar 1.0.16

Модули Проекта

Данный проект не имеет модулей.

Not Maintained! This project is no longer being actively maintained. Use at your own risk!


WordPress REST Client for Android

Build

To build the library, invoke the following gradle command in the project root directory:

$ ./gradlew build

This will create an aar package at this location: WordPressComRest/build/outputs/aar/WordPressComRest.aar. Feel free to use it directly or put it in a maven repository.

Usage

If you don't want to compile and host it, the easiest way to use it in your Android project is to add it as a library in your build.gradle file:

dependencies {
    // use the latest 1.x version
    compile 'com.automattic:rest:1.+'
}

Publish it to bintray

$ ./gradlew assemble publishToMavenLocal bintrayUpload -PbintrayUser=FIXME -PbintrayKey=FIXME -PdryRun=false

LICENSE

This library is dual licensed under MIT and GPL v2.

com.automattic

Automattic

We are passionate about making the web a better place.

Версии библиотеки

Версия
1.0.3
1.0.2
1.0.1