MVN

cn.stylefeng.roses : monitor-integration-beetl

Maven & Gradle

Mar 07, 2022
<dependency>
    <groupId>cn.stylefeng.roses</groupId>
    <artifactId>monitor-integration-beetl</artifactId>
    <version>7.2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.stylefeng.roses : monitor-integration-beetl to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 7.2.1

All Versions

Choose a version of cn.stylefeng.roses : monitor-integration-beetl to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
7.2.x
monitor-integration-beetl-7.2.1
monitor-integration-beetl-7.2.0
7.1.x
monitor-integration-beetl-7.1.5
monitor-integration-beetl-7.1.4
monitor-integration-beetl-7.1.3
monitor-integration-beetl-7.1.2
monitor-integration-beetl-7.1.1
monitor-integration-beetl-7.1.0.Final
monitor-integration-beetl-7.1.0
7.0.x
monitor-integration-beetl-7.0.3
monitor-integration-beetl-7.0.2
monitor-integration-beetl-7.0.1

How to add a dependency to Maven

Add the following cn.stylefeng.roses : monitor-integration-beetl maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cn.stylefeng.roses</groupId>
    <artifactId>monitor-integration-beetl</artifactId>
    <version>7.2.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cn.stylefeng.roses : monitor-integration-beetl gradle dependency to your build.gradle file:

implementation 'cn.stylefeng.roses:monitor-integration-beetl:7.2.1'

Gradle Kotlin DSL: Add the following cn.stylefeng.roses : monitor-integration-beetl gradle kotlin dependency to your build.gradle.kts file:

implementation("cn.stylefeng.roses:monitor-integration-beetl:7.2.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following cn.stylefeng.roses : monitor-integration-beetl sbt scala dependency to your build.sbt file:

libraryDependencies += "cn.stylefeng.roses" % "monitor-integration-beetl" % "7.2.1"