| License |
License |
|---|---|
| GroupId | GroupIdcom.alpactech |
| ArtifactId | ArtifactIdmt-mongo |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionMTMongo
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.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| mt-mongo-1.0.0.pom | |
| mt-mongo-1.0.0.jar | 10 KB |
| mt-mongo-1.0.0-sources.jar | 6 KB |
| mt-mongo-1.0.0-javadoc.jar | 125 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.alpactech/mt-mongo/ -->
<dependency>
<groupId>com.alpactech</groupId>
<artifactId>mt-mongo</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.alpactech/mt-mongo/
implementation 'com.alpactech:mt-mongo:1.0.0'
// https://jarcasting.com/artifacts/com.alpactech/mt-mongo/
implementation ("com.alpactech:mt-mongo:1.0.0")
'com.alpactech:mt-mongo:jar:1.0.0'
<dependency org="com.alpactech" name="mt-mongo" rev="1.0.0">
<artifact name="mt-mongo" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.alpactech', module='mt-mongo', version='1.0.0')
)
libraryDependencies += "com.alpactech" % "mt-mongo" % "1.0.0"
[com.alpactech/mt-mongo "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-starter-data-mongodb | jar | 2.7.0 |