License |
License |
---|---|
GroupId | GroupIdcom.gushangjie |
ArtifactId | ArtifactIdgu-parent |
Version | Version1.1.2 |
Type | Typepom |
Description |
Descriptiongu-parent POM
The parent POM for Gu's projects
|
Filename | Size |
---|---|
gu-parent-1.1.2.pom | 9 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.gushangjie/gu-parent/ -->
<dependency>
<groupId>com.gushangjie</groupId>
<artifactId>gu-parent</artifactId>
<version>1.1.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.gushangjie/gu-parent/
implementation 'com.gushangjie:gu-parent:1.1.2'
// https://jarcasting.com/artifacts/com.gushangjie/gu-parent/
implementation ("com.gushangjie:gu-parent:1.1.2")
'com.gushangjie:gu-parent:pom:1.1.2'
<dependency org="com.gushangjie" name="gu-parent" rev="1.1.2">
<artifact name="gu-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.gushangjie', module='gu-parent', version='1.1.2')
)
libraryDependencies += "com.gushangjie" % "gu-parent" % "1.1.2"
[com.gushangjie/gu-parent "1.1.2"]