Liason - MVVM

MVVM library

Лицензия

Лицензия

Группа

Группа

mobi.liason
Идентификатор

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

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

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

0.0.8
Дата

Дата

Тип

Тип

jar
Описание

Описание

Liason - MVVM
MVVM library
Система контроля версий

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

https://github.com/EmirWeb/liason

Скачать mvvm

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

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

Зависимости

compile (3)

Идентификатор библиотеки Тип Версия
com.google.guava : guava-collections jar r03
android.support » compatibility-v4 jar 20.0.0
mobi.liason : loaders jar 0.0.6

provided (1)

Идентификатор библиотеки Тип Версия
com.google.android : android jar 4.1.1.4

test (4)

Идентификатор библиотеки Тип Версия
org.robolectric : robolectric jar 2.3
junit : junit jar 4.11
org.mockito : mockito-all jar 1.8.4
com.squareup : fest-android jar 1.0.7

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

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

Liason

Introduce enterprise grade structure to your application. Liason is a great tool for large teams, projects that will be touched by a large number of developers and projects that will need to live in the store for a long period of time.

Getting Started

Tutorials and Documentation

pom.xml

<dependency>
    <groupId>liason.mobi</groupId>
    <artifactId>loaders</artifactId>
    <version>0.0.6</version>
</dependency>

<dependency>
    <groupId>liason.mobi</groupId>
    <artifactId>mvvm</artifactId>
    <version>0.0.8</version>
</dependency>

<dependency>
    <groupId>liason.mobi</groupId>
    <artifactId>task</artifactId>
    <version>0.0.7</version>
</dependency>

build.gradle

dependencies {
    compile 'mobi.liason:loader:0.0.6'
    compile 'mobi.liason:mvvm:0.0.8'
    compile 'mobi.liason:task:0.0.7'
}

Requires

Android 4.0 +

Resources

Read: Presentation deck

Watch: Google IO talk about R.E.S.T. structure

Read: Content Providers

Read: Loaders

License:

Copyright 2014 Emir Hasanbegovic

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.

mobi.liason

Emir Hasanbegovic

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

Версия
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1