| License | License | 
|---|---|
| GroupId | GroupIdcom.github.xuchen93 | 
| ArtifactId | ArtifactIdmodule-parent | 
| Last Version | Last Version1.0.14 | 
| Release Date | Release Date | 
| Type | Typepom | 
| Description | Descriptionmodule-parent Demo project for Spring Boot | 
| Project URL | Project URL | 
| Project Organization | Project Organization | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| module-parent-1.0.14.pom | 7 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.github.xuchen93/module-parent/ -->
<dependency>
    <groupId>com.github.xuchen93</groupId>
    <artifactId>module-parent</artifactId>
    <version>1.0.14</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/com.github.xuchen93/module-parent/
implementation 'com.github.xuchen93:module-parent:1.0.14'// https://jarcasting.com/artifacts/com.github.xuchen93/module-parent/
implementation ("com.github.xuchen93:module-parent:1.0.14")'com.github.xuchen93:module-parent:pom:1.0.14'<dependency org="com.github.xuchen93" name="module-parent" rev="1.0.14">
  <artifact name="module-parent" type="pom" />
</dependency>@Grapes(
@Grab(group='com.github.xuchen93', module='module-parent', version='1.0.14')
)libraryDependencies += "com.github.xuchen93" % "module-parent" % "1.0.14"[com.github.xuchen93/module-parent "1.0.14"]| Group / Artifact | Type | Version | 
|---|---|---|
| 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 |