MVN

com.almis.awe : awe-notifier-spring-boot-starter

Maven & Gradle

Jul 14, 2023
1 usages

AWE Spring Boot Starter Notifier (V4.7.0) · AWE Spring Boot Starter Notifier

<dependency>
    <groupId>com.almis.awe</groupId>
    <artifactId>awe-notifier-spring-boot-starter</artifactId>
    <version>4.7.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.almis.awe : awe-notifier-spring-boot-starter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.7.0

All Versions

Choose a version of com.almis.awe : awe-notifier-spring-boot-starter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.7.x
awe-notifier-spring-boot-starter-4.7.0
4.6.x
awe-notifier-spring-boot-starter-4.6.10
awe-notifier-spring-boot-starter-4.6.9
awe-notifier-spring-boot-starter-4.6.8
awe-notifier-spring-boot-starter-4.6.7
awe-notifier-spring-boot-starter-4.6.6
awe-notifier-spring-boot-starter-4.6.5
awe-notifier-spring-boot-starter-4.6.4
awe-notifier-spring-boot-starter-4.6.3
awe-notifier-spring-boot-starter-4.6.2
awe-notifier-spring-boot-starter-4.6.1
awe-notifier-spring-boot-starter-4.6.0
4.5.x
awe-notifier-spring-boot-starter-4.5.3
awe-notifier-spring-boot-starter-4.5.2
awe-notifier-spring-boot-starter-4.5.1
awe-notifier-spring-boot-starter-4.5.0
4.4.x
awe-notifier-spring-boot-starter-4.4.9
awe-notifier-spring-boot-starter-4.4.8
awe-notifier-spring-boot-starter-4.4.7
awe-notifier-spring-boot-starter-4.4.6
awe-notifier-spring-boot-starter-4.4.5
awe-notifier-spring-boot-starter-4.4.4
awe-notifier-spring-boot-starter-4.4.3
awe-notifier-spring-boot-starter-4.4.2
awe-notifier-spring-boot-starter-4.4.1
awe-notifier-spring-boot-starter-4.4.0
4.3.x
awe-notifier-spring-boot-starter-4.3.6
awe-notifier-spring-boot-starter-4.3.4
awe-notifier-spring-boot-starter-4.3.3
awe-notifier-spring-boot-starter-4.3.2
awe-notifier-spring-boot-starter-4.3.1
awe-notifier-spring-boot-starter-4.3.0
4.2.x
awe-notifier-spring-boot-starter-4.2.9
awe-notifier-spring-boot-starter-4.2.8
awe-notifier-spring-boot-starter-4.2.7
awe-notifier-spring-boot-starter-4.2.6
awe-notifier-spring-boot-starter-4.2.5
awe-notifier-spring-boot-starter-4.2.4
awe-notifier-spring-boot-starter-4.2.3
awe-notifier-spring-boot-starter-4.2.2

How to add a dependency to Maven

Add the following com.almis.awe : awe-notifier-spring-boot-starter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.almis.awe</groupId>
    <artifactId>awe-notifier-spring-boot-starter</artifactId>
    <version>4.7.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.almis.awe : awe-notifier-spring-boot-starter gradle dependency to your build.gradle file:

implementation 'com.almis.awe:awe-notifier-spring-boot-starter:4.7.0'

Gradle Kotlin DSL: Add the following com.almis.awe : awe-notifier-spring-boot-starter gradle kotlin dependency to your build.gradle.kts file:

implementation("com.almis.awe:awe-notifier-spring-boot-starter:4.7.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.almis.awe : awe-notifier-spring-boot-starter sbt scala dependency to your build.sbt file:

libraryDependencies += "com.almis.awe" % "awe-notifier-spring-boot-starter" % "4.7.0"

Advertisement