Last Version

Android Domain Notifications 2.0.0

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

License

License

Categories

Categories

Doma Data ORM
GroupId

GroupId

io.github.psmorandi
ArtifactId

ArtifactId

domain-notifications
Version

Version

2.0.0
Type

Type

aar
Description

Description

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.
Project URL

Project URL

https://github.com/psmorandi/android-domain-notifications
Source Code Management

Source Code Management

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

Download domain-notifications 2.0.0


<!-- 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"]

Dependencies

runtime (1)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib-jdk7 jar 1.4.31

Project Modules

There are no modules declared in this project.