m

mt-mongo

MTMongo is an enhanced toolkit base on Spring Data MongoDB for simplify development. This toolkit provides some out-of-the-box CURD methods with RESTful API that can save your development time.
https://github.com/YoungTakhin/MTMongo
The Apache Software License, Version 2.0
Dexuan Yang
Files download
File Operation
mt-mongo-1.1.7.jar download
mt-mongo-1.1.7.pom download
mt-mongo-1.1.7-sources.jar download
Apache Maven
<dependency>
  <groupId>com.alpactech</groupId>
  <artifactId>mt-mongo</artifactId>
  <version>1.1.7</version>
</dependency>
Gradle Groovy
implementation 'com.alpactech:mt-mongo:1.1.7'
Gradle Kotlin
implementation("com.alpactech:mt-mongo:1.1.7")
Scala SBT
libraryDependencies += "com.alpactech" % "mt-mongo" % "1.1.7"
Groovy Grape
@Grapes(
  @Grab(group='com.alpactech', module='mt-mongo', version='1.1.7')
)
Apache Ivy
<dependency org="com.alpactech" name="mt-mongo" rev="1.1.7" />
Leiningen
[com.alpactech/mt-mongo "1.1.7"]
Apache Buildr
'com.alpactech:mt-mongo:jar:1.1.7'