MVN

io.github.psmorandi : domain-notifications

Maven & Gradle

May 05, 2021
0 stars

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.

<dependency>
    <groupId>io.github.psmorandi</groupId>
    <artifactId>domain-notifications</artifactId>
    <version>2.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.psmorandi : domain-notifications to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.0

All Versions

Choose a version of io.github.psmorandi : domain-notifications to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
domain-notifications-2.0.0

How to add a dependency to Maven

Add the following io.github.psmorandi : domain-notifications maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.psmorandi</groupId>
    <artifactId>domain-notifications</artifactId>
    <version>2.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.psmorandi : domain-notifications gradle dependency to your build.gradle file:

implementation 'io.github.psmorandi:domain-notifications:2.0.0'

Gradle Kotlin DSL: Add the following io.github.psmorandi : domain-notifications gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.psmorandi:domain-notifications:2.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.psmorandi : domain-notifications sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.psmorandi" % "domain-notifications" % "2.0.0"

Advertisement

Dependencies from Group

Discover Dependencies

Jul 18, 2023
1 usages
74 stars
Jul 18, 2023
1 usages
74 stars
Jul 18, 2023
74 stars
Jul 18, 2023
74 stars
Aug 16, 2023
4 usages
3k stars
Sep 01, 2022
1 usages
2.7k stars
Aug 04, 2021
11 stars
May 04, 2021
371 stars
Jul 07, 2023
1 stars