Android Domain Notifications

Implementation of notification pattern, where an object collects all information about errors in the domain layer and communicate it to the presentation layer.

Лицензия

Лицензия

Категории

Категории

Doma Данные ORM
Группа

Группа

io.github.psmorandi
Идентификатор

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

domain-notifications
Последняя версия

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

2.0.0
Дата

Дата

Тип

Тип

aar
Описание

Описание

Android Domain Notifications
Implementation of notification pattern, where an object collects all information about errors in the domain layer and communicate it to the presentation layer.
Ссылка на сайт

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

https://github.com/psmorandi/android-domain-notifications
Система контроля версий

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

https://github.com/psmorandi/android-domain-notifications

Скачать domain-notifications

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

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

Зависимости

runtime (1)

Идентификатор библиотеки Тип Версия
org.jetbrains.kotlin : kotlin-stdlib-jdk7 jar 1.4.31

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

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

android-domain-notifications

Android CI

About

Implementation of notification pattern, where an object collects all information about errors in the domain layer and communicate it to the presentation layer. Based on the great work by @andrebaltieri: https://github.com/andrebaltieri/flunt.

Usage

Configure your build.gradle to access Maven Central:

repositories {
    mavenCentral()
}

Then add the dependency:

dependencies {    
    implementation 'io.github.com:domain-notifications:2.0.0'
}

Please check unit tests for example on how to use this library.

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

Версия
2.0.0