AndroidBase

Android App Kickstart Library

Лицензия

Лицензия

Группа

Группа

cz.kinst.jakub
Идентификатор

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

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

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

0.1.4
Дата

Дата

Тип

Тип

aar
Описание

Описание

AndroidBase
Android App Kickstart Library
Ссылка на сайт

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

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

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

https://github.com/jakubkinst/AndroidBase

Скачать androidbase

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

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

Зависимости

compile (10)

Идентификатор библиотеки Тип Версия
com.squareup.dagger : dagger jar 1.2.1
com.jakewharton : butterknife jar 4.0.+
com.android.support » support-v4 jar +
com.squareup.phrase : phrase jar 1.0.3
com.squareup : otto jar 1.3.+
com.github.chrisbanes.actionbarpulltorefresh : library jar +
com.squareup.dagger : dagger-compiler jar 1.2.1
com.jakewharton.hugo : hugo-annotations jar 1.0.1
de.keyboardsurfer.android.widget : crouton jar 1.8.+
eu.inmite.android.lib : android-styled-dialogs aar 1.1.2

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

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

AndroidBase

AndroidBase is an Android App library which connects the best of open-source Android libraries available.

Together with an example app, it helps you kickstart your new app development.

Project is based on gradle and works well with Android Studio/IntelliJ Idea IDE.

How to use it

add gradle dependency to your build.gradle

compile('cz.kinst.jakub:androidbase:0.1.4') {
        exclude module: 'support-v4'
}

License

Copyright 2014 Jakub Kinst

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.

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

Версия
0.1.4
0.1.3
0.1.2