Last Version

MTMongo 1.0.0

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.

License

License

GroupId

GroupId

com.alpactech
ArtifactId

ArtifactId

mt-mongo
Version

Version

1.0.0
Type

Type

jar
Description

Description

MTMongo
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

https://github.com/YoungTakhin/MTMongo

Download mt-mongo 1.0.0


<!-- 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"]

Dependencies

compile (1)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-data-mongodb jar 2.7.0

Project Modules

There are no modules declared in this project.