| GroupId | GroupIdcom.github.xuchen93 | 
|---|---|
| ArtifactId | ArtifactIdmodule-parent | 
| Version | Version1.0.3-RELEASE | 
| Type | Typepom | 
| Filename | Size | 
|---|---|
| module-parent-1.0.3-RELEASE.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.3-RELEASE</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/com.github.xuchen93/module-parent/
implementation 'com.github.xuchen93:module-parent:1.0.3-RELEASE'// https://jarcasting.com/artifacts/com.github.xuchen93/module-parent/
implementation ("com.github.xuchen93:module-parent:1.0.3-RELEASE")'com.github.xuchen93:module-parent:pom:1.0.3-RELEASE'<dependency org="com.github.xuchen93" name="module-parent" rev="1.0.3-RELEASE">
  <artifact name="module-parent" type="pom" />
</dependency>@Grapes(
@Grab(group='com.github.xuchen93', module='module-parent', version='1.0.3-RELEASE')
)libraryDependencies += "com.github.xuchen93" % "module-parent" % "1.0.3-RELEASE"[com.github.xuchen93/module-parent "1.0.3-RELEASE"]