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