Categories |
CategoriesMongoDB Data Databases |
---|---|
GroupId | GroupIdcn.stylefeng.roses |
ArtifactId | ArtifactIdmongodb-sdk-springboot |
Version | Version7.2.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/cn.stylefeng.roses/mongodb-sdk-springboot/ -->
<dependency>
<groupId>cn.stylefeng.roses</groupId>
<artifactId>mongodb-sdk-springboot</artifactId>
<version>7.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/cn.stylefeng.roses/mongodb-sdk-springboot/
implementation 'cn.stylefeng.roses:mongodb-sdk-springboot:7.2.0'
// https://jarcasting.com/artifacts/cn.stylefeng.roses/mongodb-sdk-springboot/
implementation ("cn.stylefeng.roses:mongodb-sdk-springboot:7.2.0")
'cn.stylefeng.roses:mongodb-sdk-springboot:jar:7.2.0'
<dependency org="cn.stylefeng.roses" name="mongodb-sdk-springboot" rev="7.2.0">
<artifact name="mongodb-sdk-springboot" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.stylefeng.roses', module='mongodb-sdk-springboot', version='7.2.0')
)
libraryDependencies += "cn.stylefeng.roses" % "mongodb-sdk-springboot" % "7.2.0"
[cn.stylefeng.roses/mongodb-sdk-springboot "7.2.0"]