License |
License |
---|---|
GroupId | GroupIdcom.github.xiongxcodes |
ArtifactId | ArtifactIdhaohope-bom |
Last Version | Last Version1.0.3 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionHaohope BOM
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-bom-1.0.3.pom | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.xiongxcodes/haohope-bom/ -->
<dependency>
<groupId>com.github.xiongxcodes</groupId>
<artifactId>haohope-bom</artifactId>
<version>1.0.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.xiongxcodes/haohope-bom/
implementation 'com.github.xiongxcodes:haohope-bom:1.0.3'
// https://jarcasting.com/artifacts/com.github.xiongxcodes/haohope-bom/
implementation ("com.github.xiongxcodes:haohope-bom:1.0.3")
'com.github.xiongxcodes:haohope-bom:pom:1.0.3'
<dependency org="com.github.xiongxcodes" name="haohope-bom" rev="1.0.3">
<artifact name="haohope-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.xiongxcodes', module='haohope-bom', version='1.0.3')
)
libraryDependencies += "com.github.xiongxcodes" % "haohope-bom" % "1.0.3"
[com.github.xiongxcodes/haohope-bom "1.0.3"]