MVN

dev.parodos : notification-service

Maven & Gradle

Aug 25, 2023
21 stars

notification-service · Notification Service to sent out notification messages

<dependency>
    <groupId>dev.parodos</groupId>
    <artifactId>notification-service</artifactId>
    <version>1.0.20</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of dev.parodos : notification-service to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.20

All Versions

Choose a version of dev.parodos : notification-service to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
notification-service-1.0.20
notification-service-1.0.19
notification-service-1.0.18
notification-service-1.0.17
notification-service-1.0.16
notification-service-1.0.15-1
notification-service-1.0.15
notification-service-1.0.14
notification-service-1.0.13
notification-service-1.0.12
notification-service-1.0.11
notification-service-1.0.10
notification-service-1.0.9
notification-service-1.0.8-3
notification-service-1.0.8-2
notification-service-1.0.8-1
notification-service-1.0.8
notification-service-1.0.7
notification-service-1.0.6
notification-service-1.0.5
notification-service-1.0.4
notification-service-1.0.3
notification-service-1.0.2
notification-service-1.0.1
notification-service-1.0.0

How to add a dependency to Maven

Add the following dev.parodos : notification-service maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>dev.parodos</groupId>
    <artifactId>notification-service</artifactId>
    <version>1.0.20</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following dev.parodos : notification-service gradle dependency to your build.gradle file:

implementation 'dev.parodos:notification-service:1.0.20'

Gradle Kotlin DSL: Add the following dev.parodos : notification-service gradle kotlin dependency to your build.gradle.kts file:

implementation("dev.parodos:notification-service:1.0.20")

How to add a dependency to SBT Scala

SBT Scala: Add the following dev.parodos : notification-service sbt scala dependency to your build.sbt file:

libraryDependencies += "dev.parodos" % "notification-service" % "1.0.20"

Advertisement