Xdroid Support

Xdroid Library - common extension components for any Android app.

Лицензия

Лицензия

Группа

Группа

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

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

xdroid-support
Последняя версия

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

0.2.6
Дата

Дата

Тип

Тип

aar
Описание

Описание

Xdroid Support
Xdroid Library - common extension components for any Android app.
Ссылка на сайт

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

https://github.com/shamanland/xdroid
Система контроля версий

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

https://github.com/shamanland/xdroid

Скачать xdroid-support

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

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

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
com.shamanland : xdroid-app-support jar 0.2.6
com.shamanland : xdroid-base jar 0.2.6

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

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

Xdroid

Build Status

Xdroid - extensions library for any Android app.

NOTE: This library currently in development stage. I'm working on examples, unit-tests and documentation.

Modules

  • Adapter
  • App
  • Collections
  • Core
  • Custom Service
  • Enum Format
  • Inflater
  • Options
  • Toaster
  • ViewHolder
  • Widget

Gradle dependency

dependencies {
    compile 'com.shamanland:xdroid:0.3.0'
}

In case if you need only one of modules use this pattern:

dependencies {
    compile 'com.shamanland:xdroid-<module-name>:0.3.0'
}

License

Copyright 2014 ShamanLand.Com

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
com.shamanland

ShamanLand

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

Версия
0.2.6
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.2
0.1.1
0.1.0