Files download
File Operation
mongo-plus-annotation-2.0.6.1.jar download
mongo-plus-annotation-2.0.6.1.pom download
mongo-plus-annotation-2.0.6.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.gitee.anwena</groupId>
  <artifactId>mongo-plus-annotation</artifactId>
  <version>2.0.6.1</version>
</dependency>
Gradle Groovy
implementation 'com.gitee.anwena:mongo-plus-annotation:2.0.6.1'
Gradle Kotlin
implementation("com.gitee.anwena:mongo-plus-annotation:2.0.6.1")
Scala SBT
libraryDependencies += "com.gitee.anwena" % "mongo-plus-annotation" % "2.0.6.1"
Groovy Grape
@Grapes(
  @Grab(group='com.gitee.anwena', module='mongo-plus-annotation', version='2.0.6.1')
)
Apache Ivy
<dependency org="com.gitee.anwena" name="mongo-plus-annotation" rev="2.0.6.1" />
Leiningen
[com.gitee.anwena/mongo-plus-annotation "2.0.6.1"]
Apache Buildr
'com.gitee.anwena:mongo-plus-annotation:jar:2.0.6.1'