m

mongo-plus-annotation

mongo-plus注解、枚举
https://www.mongoplus.com
The Apache Software License, Version 2.0
anwen
文件下载
文件名 操作
mongo-plus-annotation-2.1.6.1.jar 下载
mongo-plus-annotation-2.1.6.1.pom 下载
mongo-plus-annotation-2.1.6.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.gitee.anwena</groupId>
  <artifactId>mongo-plus-annotation</artifactId>
  <version>2.1.6.1</version>
</dependency>
Gradle Groovy
implementation 'com.gitee.anwena:mongo-plus-annotation:2.1.6.1'
Gradle Kotlin
implementation("com.gitee.anwena:mongo-plus-annotation:2.1.6.1")
Scala SBT
libraryDependencies += "com.gitee.anwena" % "mongo-plus-annotation" % "2.1.6.1"
Groovy Grape
@Grapes(
  @Grab(group='com.gitee.anwena', module='mongo-plus-annotation', version='2.1.6.1')
)
Apache Ivy
<dependency org="com.gitee.anwena" name="mongo-plus-annotation" rev="2.1.6.1" />
Leiningen
[com.gitee.anwena/mongo-plus-annotation "2.1.6.1"]
Apache Buildr
'com.gitee.anwena:mongo-plus-annotation:jar:2.1.6.1'