is not current version
Last Version 1.0.14

com.github.xuchen93:module-parent 1.0.7

Demo project for Spring Boot

GroupId

GroupId

com.github.xuchen93
ArtifactId

ArtifactId

module-parent
Version

Version

1.0.7
Type

Type

pom

Download module-parent 1.0.7

Filename Size
module-parent-1.0.7.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.7</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.xuchen93/module-parent/
implementation 'com.github.xuchen93:module-parent:1.0.7'
// https://jarcasting.com/artifacts/com.github.xuchen93/module-parent/
implementation ("com.github.xuchen93:module-parent:1.0.7")
'com.github.xuchen93:module-parent:pom:1.0.7'
<dependency org="com.github.xuchen93" name="module-parent" rev="1.0.7">
  <artifact name="module-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.xuchen93', module='module-parent', version='1.0.7')
)
libraryDependencies += "com.github.xuchen93" % "module-parent" % "1.0.7"
[com.github.xuchen93/module-parent "1.0.7"]