| License | License | 
|---|---|
| Categories | CategoriesSpring Boot Container Microservices ORM Data | 
| GroupId | GroupIdcom.moolbuy | 
| ArtifactId | ArtifactIdm-orm-spring-boot-starter | 
| Last Version | Last Version1.0.1 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptionm-orm-spring-boot-starter Spring boot starter for m-orm | 
| Project Organization | Project Organizationmoolbuy | 
| Source Code Management | Source Code Management | 
<!-- https://jarcasting.com/artifacts/com.moolbuy/m-orm-spring-boot-starter/ -->
<dependency>
    <groupId>com.moolbuy</groupId>
    <artifactId>m-orm-spring-boot-starter</artifactId>
    <version>1.0.1</version>
</dependency>// https://jarcasting.com/artifacts/com.moolbuy/m-orm-spring-boot-starter/
implementation 'com.moolbuy:m-orm-spring-boot-starter:1.0.1'// https://jarcasting.com/artifacts/com.moolbuy/m-orm-spring-boot-starter/
implementation ("com.moolbuy:m-orm-spring-boot-starter:1.0.1")'com.moolbuy:m-orm-spring-boot-starter:jar:1.0.1'<dependency org="com.moolbuy" name="m-orm-spring-boot-starter" rev="1.0.1">
  <artifact name="m-orm-spring-boot-starter" type="jar" />
</dependency>@Grapes(
@Grab(group='com.moolbuy', module='m-orm-spring-boot-starter', version='1.0.1')
)libraryDependencies += "com.moolbuy" % "m-orm-spring-boot-starter" % "1.0.1"[com.moolbuy/m-orm-spring-boot-starter "1.0.1"]| Group / Artifact | Type | Version | 
|---|---|---|
| com.moolbuy : m-orm-annotation | jar | 1.0.1 | 
| com.moolbuy : m-orm-core | jar | 1.0.1 | 
| com.moolbuy : m-orm-xsqlbuilder | jar | 1.0.1 | 
| org.springframework.boot : spring-boot-starter | jar | 1.5.10.RELEASE |