Categories |
CategoriesMongoDB Data Databases |
---|---|
GroupId | GroupIdcn.weforward |
ArtifactId | ArtifactIdweforward-data-mongodb |
Version | Version1.1.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/cn.weforward/weforward-data-mongodb/ -->
<dependency>
<groupId>cn.weforward</groupId>
<artifactId>weforward-data-mongodb</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/cn.weforward/weforward-data-mongodb/
implementation 'cn.weforward:weforward-data-mongodb:1.1.0'
// https://jarcasting.com/artifacts/cn.weforward/weforward-data-mongodb/
implementation ("cn.weforward:weforward-data-mongodb:1.1.0")
'cn.weforward:weforward-data-mongodb:jar:1.1.0'
<dependency org="cn.weforward" name="weforward-data-mongodb" rev="1.1.0">
<artifact name="weforward-data-mongodb" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.weforward', module='weforward-data-mongodb', version='1.1.0')
)
libraryDependencies += "cn.weforward" % "weforward-data-mongodb" % "1.1.0"
[cn.weforward/weforward-data-mongodb "1.1.0"]