MVN

org.esbtools.lightblue-notification-hook : lightblue-notification-hook

Maven & Gradle

Jan 31, 2023
3 usages
1 stars

lightblue-notification-hook: org.esbtools.lightblue-notification-hook|lightblue-notification-hook

<dependency>
    <groupId>org.esbtools.lightblue-notification-hook</groupId>
    <artifactId>lightblue-notification-hook</artifactId>
    <version>0.1.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.esbtools.lightblue-notification-hook : lightblue-notification-hook to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.9

All Versions

Choose a version of org.esbtools.lightblue-notification-hook : lightblue-notification-hook to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
lightblue-notification-hook-0.1.9
lightblue-notification-hook-0.1.8
lightblue-notification-hook-0.1.7
lightblue-notification-hook-0.1.6
lightblue-notification-hook-0.1.5
lightblue-notification-hook-0.1.4
lightblue-notification-hook-0.1.3
lightblue-notification-hook-0.1.2
lightblue-notification-hook-0.1.1
lightblue-notification-hook-0.1.0

How to add a dependency to Maven

Add the following org.esbtools.lightblue-notification-hook : lightblue-notification-hook maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.esbtools.lightblue-notification-hook</groupId>
    <artifactId>lightblue-notification-hook</artifactId>
    <version>0.1.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.esbtools.lightblue-notification-hook : lightblue-notification-hook gradle dependency to your build.gradle file:

implementation 'org.esbtools.lightblue-notification-hook:lightblue-notification-hook:0.1.9'

Gradle Kotlin DSL: Add the following org.esbtools.lightblue-notification-hook : lightblue-notification-hook gradle kotlin dependency to your build.gradle.kts file:

implementation("org.esbtools.lightblue-notification-hook:lightblue-notification-hook:0.1.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.esbtools.lightblue-notification-hook : lightblue-notification-hook sbt scala dependency to your build.sbt file:

libraryDependencies += "org.esbtools.lightblue-notification-hook" % "lightblue-notification-hook" % "0.1.9"