is not current version
Last Version 1.1.2

com.gushangjie:gu-parent 1.1.1-snapshot

a parent POM for gu projects

GroupId

GroupId

com.gushangjie
ArtifactId

ArtifactId

gu-parent
Version

Version

1.1.1-snapshot
Type

Type

pom

Download gu-parent 1.1.1-snapshot


<!-- https://jarcasting.com/artifacts/com.gushangjie/gu-parent/ -->
<dependency>
    <groupId>com.gushangjie</groupId>
    <artifactId>gu-parent</artifactId>
    <version>1.1.1-snapshot</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.gushangjie/gu-parent/
implementation 'com.gushangjie:gu-parent:1.1.1-snapshot'
// https://jarcasting.com/artifacts/com.gushangjie/gu-parent/
implementation ("com.gushangjie:gu-parent:1.1.1-snapshot")
'com.gushangjie:gu-parent:pom:1.1.1-snapshot'
<dependency org="com.gushangjie" name="gu-parent" rev="1.1.1-snapshot">
  <artifact name="gu-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.gushangjie', module='gu-parent', version='1.1.1-snapshot')
)
libraryDependencies += "com.gushangjie" % "gu-parent" % "1.1.1-snapshot"
[com.gushangjie/gu-parent "1.1.1-snapshot"]