MVN

cn.stylefeng.roses : mongodb-integration-beetl

Maven & Gradle

Apr 26, 2023
<dependency>
    <groupId>cn.stylefeng.roses</groupId>
    <artifactId>mongodb-integration-beetl</artifactId>
    <version>7.3.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 7.3.4

All Versions

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

Version Vulnerabilities Updated
7.3.x
mongodb-integration-beetl-7.3.4
mongodb-integration-beetl-7.3.3
mongodb-integration-beetl-7.3.2
mongodb-integration-beetl-7.3.1
7.2.x
mongodb-integration-beetl-7.2.4
mongodb-integration-beetl-7.2.3
mongodb-integration-beetl-7.2.2
mongodb-integration-beetl-7.2.1
mongodb-integration-beetl-7.2.0
7.1.x
mongodb-integration-beetl-7.1.5
mongodb-integration-beetl-7.1.4
mongodb-integration-beetl-7.1.3
mongodb-integration-beetl-7.1.2
mongodb-integration-beetl-7.1.1
mongodb-integration-beetl-7.1.0.Final
mongodb-integration-beetl-7.1.0
7.0.x
mongodb-integration-beetl-7.0.3

How to add a dependency to Maven

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

<dependency>
    <groupId>cn.stylefeng.roses</groupId>
    <artifactId>mongodb-integration-beetl</artifactId>
    <version>7.3.4</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'cn.stylefeng.roses:mongodb-integration-beetl:7.3.4'

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

implementation("cn.stylefeng.roses:mongodb-integration-beetl:7.3.4")

How to add a dependency to SBT Scala

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

libraryDependencies += "cn.stylefeng.roses" % "mongodb-integration-beetl" % "7.3.4"