License |
License |
---|---|
GroupId | GroupIdcom.github.xiongxcodes |
ArtifactId | ArtifactIdhaohope-parent |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionHaohope PARENT
Modules to centralize common resources and configuration for "haohope components" Maven builds.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
haohope-parent-1.0.0.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.xiongxcodes/haohope-parent/ -->
<dependency>
<groupId>com.github.xiongxcodes</groupId>
<artifactId>haohope-parent</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.xiongxcodes/haohope-parent/
implementation 'com.github.xiongxcodes:haohope-parent:1.0.0'
// https://jarcasting.com/artifacts/com.github.xiongxcodes/haohope-parent/
implementation ("com.github.xiongxcodes:haohope-parent:1.0.0")
'com.github.xiongxcodes:haohope-parent:pom:1.0.0'
<dependency org="com.github.xiongxcodes" name="haohope-parent" rev="1.0.0">
<artifact name="haohope-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.xiongxcodes', module='haohope-parent', version='1.0.0')
)
libraryDependencies += "com.github.xiongxcodes" % "haohope-parent" % "1.0.0"
[com.github.xiongxcodes/haohope-parent "1.0.0"]