MVN

com.alibaba.smart.framework : smart-engine-extension-storage-mongodb

Maven & Gradle

Nov 09, 2022
360 stars

Smart Engine Extension Storage MongoDB

<dependency>
    <groupId>com.alibaba.smart.framework</groupId>
    <artifactId>smart-engine-extension-storage-mongodb</artifactId>
    <version>3.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.alibaba.smart.framework : smart-engine-extension-storage-mongodb to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.0
  • Latest Alpha: 2.5.2.alpha0

All Versions

Choose a version of com.alibaba.smart.framework : smart-engine-extension-storage-mongodb to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
smart-engine-extension-storage-mongodb-3.0.0
2.6.x
smart-engine-extension-storage-mongodb-2.6.4
smart-engine-extension-storage-mongodb-2.6.3
smart-engine-extension-storage-mongodb-2.6.2
smart-engine-extension-storage-mongodb-2.6.1
smart-engine-extension-storage-mongodb-2.6.0
2.5.x
smart-engine-extension-storage-mongodb-2.5.7.2
smart-engine-extension-storage-mongodb-2.5.7.1
smart-engine-extension-storage-mongodb-2.5.7.0
smart-engine-extension-storage-mongodb-2.5.6.2
smart-engine-extension-storage-mongodb-2.5.6.1
smart-engine-extension-storage-mongodb-2.5.6
smart-engine-extension-storage-mongodb-2.5.5
smart-engine-extension-storage-mongodb-2.5.3
smart-engine-extension-storage-mongodb-2.5.2.alpha0
smart-engine-extension-storage-mongodb-2.5.1
smart-engine-extension-storage-mongodb-2.5.0
2.2.x
smart-engine-extension-storage-mongodb-2.2.3.3
smart-engine-extension-storage-mongodb-2.2.3.2
smart-engine-extension-storage-mongodb-2.2.3.1
smart-engine-extension-storage-mongodb-2.2.3
smart-engine-extension-storage-mongodb-2.2.2
smart-engine-extension-storage-mongodb-2.2.0.alpha1
smart-engine-extension-storage-mongodb-2.2.0.alpha0
2.1.x
smart-engine-extension-storage-mongodb-2.1.5.2
smart-engine-extension-storage-mongodb-2.1.5
smart-engine-extension-storage-mongodb-2.1.4
smart-engine-extension-storage-mongodb-2.1.3
smart-engine-extension-storage-mongodb-2.1.2
smart-engine-extension-storage-mongodb-2.1.1
smart-engine-extension-storage-mongodb-2.1.0
2.0.x
smart-engine-extension-storage-mongodb-2.0.9
smart-engine-extension-storage-mongodb-2.0.8
smart-engine-extension-storage-mongodb-2.0.7
smart-engine-extension-storage-mongodb-2.0.6
smart-engine-extension-storage-mongodb-2.0.4

How to add a dependency to Maven

Add the following com.alibaba.smart.framework : smart-engine-extension-storage-mongodb maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.alibaba.smart.framework</groupId>
    <artifactId>smart-engine-extension-storage-mongodb</artifactId>
    <version>3.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.alibaba.smart.framework : smart-engine-extension-storage-mongodb gradle dependency to your build.gradle file:

implementation 'com.alibaba.smart.framework:smart-engine-extension-storage-mongodb:3.0.0'

Gradle Kotlin DSL: Add the following com.alibaba.smart.framework : smart-engine-extension-storage-mongodb gradle kotlin dependency to your build.gradle.kts file:

implementation("com.alibaba.smart.framework:smart-engine-extension-storage-mongodb:3.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.alibaba.smart.framework : smart-engine-extension-storage-mongodb sbt scala dependency to your build.sbt file:

libraryDependencies += "com.alibaba.smart.framework" % "smart-engine-extension-storage-mongodb" % "3.0.0"