Categories |
CategoriesSpring Boot Container Microservices MongoDB Data Databases |
---|---|
GroupId | GroupIdcn.stylefeng.roses |
ArtifactId | ArtifactIdmongodb-spring-boot-starter |
Version | Version7.1.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/cn.stylefeng.roses/mongodb-spring-boot-starter/ -->
<dependency>
<groupId>cn.stylefeng.roses</groupId>
<artifactId>mongodb-spring-boot-starter</artifactId>
<version>7.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/cn.stylefeng.roses/mongodb-spring-boot-starter/
implementation 'cn.stylefeng.roses:mongodb-spring-boot-starter:7.1.1'
// https://jarcasting.com/artifacts/cn.stylefeng.roses/mongodb-spring-boot-starter/
implementation ("cn.stylefeng.roses:mongodb-spring-boot-starter:7.1.1")
'cn.stylefeng.roses:mongodb-spring-boot-starter:jar:7.1.1'
<dependency org="cn.stylefeng.roses" name="mongodb-spring-boot-starter" rev="7.1.1">
<artifact name="mongodb-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.stylefeng.roses', module='mongodb-spring-boot-starter', version='7.1.1')
)
libraryDependencies += "cn.stylefeng.roses" % "mongodb-spring-boot-starter" % "7.1.1"
[cn.stylefeng.roses/mongodb-spring-boot-starter "7.1.1"]