| License | License | 
|---|---|
| Categories | CategoriesData | 
| GroupId | GroupIdcom.github.xuchen93 | 
| ArtifactId | ArtifactIdmodule-database | 
| Last Version | Last Version1.0.14 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptionmodule-database Demo project for Spring Boot | 
| Project Organization | Project Organization | 
| Filename | Size | 
|---|---|
| module-database-1.0.14.pom | |
| module-database-1.0.14.jar | 10 KB | 
| module-database-1.0.14-sources.jar | 7 KB | 
| module-database-1.0.14-javadoc.jar | 94 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.github.xuchen93/module-database/ -->
<dependency>
    <groupId>com.github.xuchen93</groupId>
    <artifactId>module-database</artifactId>
    <version>1.0.14</version>
</dependency>// https://jarcasting.com/artifacts/com.github.xuchen93/module-database/
implementation 'com.github.xuchen93:module-database:1.0.14'// https://jarcasting.com/artifacts/com.github.xuchen93/module-database/
implementation ("com.github.xuchen93:module-database:1.0.14")'com.github.xuchen93:module-database:jar:1.0.14'<dependency org="com.github.xuchen93" name="module-database" rev="1.0.14">
  <artifact name="module-database" type="jar" />
</dependency>@Grapes(
@Grab(group='com.github.xuchen93', module='module-database', version='1.0.14')
)libraryDependencies += "com.github.xuchen93" % "module-database" % "1.0.14"[com.github.xuchen93/module-database "1.0.14"]| Group / Artifact | Type | Version | 
|---|---|---|
| com.github.xuchen93 : module-base | jar | 1.0.14 | 
| org.springframework.boot : spring-boot-starter-jdbc | jar | 2.3.1.RELEASE | 
| mysql : mysql-connector-java | jar | 8.0.20 | 
| org.mybatis.spring.boot : mybatis-spring-boot-starter | jar | 2.1.3 | 
| com.baomidou : mybatis-plus-boot-starter | jar | 3.3.2 | 
| org.projectlombok : lombok Optional | jar | 1.18.12 | 
| cn.hutool : hutool-all | jar | 5.7.5 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.springframework.boot : spring-boot-starter-test | jar | 2.3.1.RELEASE |