MVN

club.javafamily : dingtalk-notification-spring-boot-starter

Maven & Gradle

Aug 08, 2023
10 stars

dingtalk-notification-spring-boot-starter · dingtalk-notification-spring-boot-starter

<dependency>
    <groupId>club.javafamily</groupId>
    <artifactId>dingtalk-notification-spring-boot-starter</artifactId>
    <version>2.3.2-beta.14</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of club.javafamily : dingtalk-notification-spring-boot-starter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.3.2-beta.14
  • Latest Beta: 2.3.2-beta.14

All Versions

Choose a version of club.javafamily : dingtalk-notification-spring-boot-starter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.3.x
dingtalk-notification-spring-boot-starter-2.3.2-beta.14
dingtalk-notification-spring-boot-starter-2.3.2-beta.13
dingtalk-notification-spring-boot-starter-2.3.2-beta.12
dingtalk-notification-spring-boot-starter-2.3.2-beta.11
dingtalk-notification-spring-boot-starter-2.3.2-beta.10
dingtalk-notification-spring-boot-starter-2.3.2-beta.9
dingtalk-notification-spring-boot-starter-2.3.2-beta.8
dingtalk-notification-spring-boot-starter-2.3.2-beta.7
dingtalk-notification-spring-boot-starter-2.3.2-beta.6
dingtalk-notification-spring-boot-starter-2.3.2-beta.5
dingtalk-notification-spring-boot-starter-2.3.2-beta.4
dingtalk-notification-spring-boot-starter-2.3.2-beta.3
dingtalk-notification-spring-boot-starter-2.3.2-beta.2
dingtalk-notification-spring-boot-starter-2.3.2-beta.1

How to add a dependency to Maven

Add the following club.javafamily : dingtalk-notification-spring-boot-starter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>club.javafamily</groupId>
    <artifactId>dingtalk-notification-spring-boot-starter</artifactId>
    <version>2.3.2-beta.14</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following club.javafamily : dingtalk-notification-spring-boot-starter gradle dependency to your build.gradle file:

implementation 'club.javafamily:dingtalk-notification-spring-boot-starter:2.3.2-beta.14'

Gradle Kotlin DSL: Add the following club.javafamily : dingtalk-notification-spring-boot-starter gradle kotlin dependency to your build.gradle.kts file:

implementation("club.javafamily:dingtalk-notification-spring-boot-starter:2.3.2-beta.14")

How to add a dependency to SBT Scala

SBT Scala: Add the following club.javafamily : dingtalk-notification-spring-boot-starter sbt scala dependency to your build.sbt file:

libraryDependencies += "club.javafamily" % "dingtalk-notification-spring-boot-starter" % "2.3.2-beta.14"