MVN

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

Maven & Gradle

Aug 08, 2023
10 stars

feishu-notification-spring-boot-starter · feishu-notification-spring-boot-starter

<dependency>
    <groupId>club.javafamily</groupId>
    <artifactId>feishu-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 : feishu-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 : feishu-notification-spring-boot-starter to add to Maven or Gradle - All Versions:

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

How to add a dependency to Maven

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

<dependency>
    <groupId>club.javafamily</groupId>
    <artifactId>feishu-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 : feishu-notification-spring-boot-starter gradle dependency to your build.gradle file:

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

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

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

How to add a dependency to SBT Scala

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

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