License |
License |
---|---|
Categories |
CategoriesDoma Data ORM |
GroupId | GroupIdio.github.psmorandi |
ArtifactId | ArtifactIddomain-notifications |
Version | Version2.0.0 |
Type | Typeaar |
Description |
DescriptionAndroid 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 |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
domain-notifications-2.0.0.pom | |
domain-notifications-2.0.0-sources.jar | 2 KB |
domain-notifications-2.0.0-javadoc.jar | 261 bytes |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib-jdk7 | jar | 1.4.31 |