GroupId | GroupIdcom.github.xiongxcodes |
---|---|
ArtifactId | ArtifactIdhaohope-bom |
Version | Version1.0.2 |
Type | Typepom |
Filename | Size |
---|---|
haohope-bom-1.0.2.pom | 26 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.xiongxcodes/haohope-bom/ -->
<dependency>
<groupId>com.github.xiongxcodes</groupId>
<artifactId>haohope-bom</artifactId>
<version>1.0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.xiongxcodes/haohope-bom/
implementation 'com.github.xiongxcodes:haohope-bom:1.0.2'
// https://jarcasting.com/artifacts/com.github.xiongxcodes/haohope-bom/
implementation ("com.github.xiongxcodes:haohope-bom:1.0.2")
'com.github.xiongxcodes:haohope-bom:pom:1.0.2'
<dependency org="com.github.xiongxcodes" name="haohope-bom" rev="1.0.2">
<artifact name="haohope-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.xiongxcodes', module='haohope-bom', version='1.0.2')
)
libraryDependencies += "com.github.xiongxcodes" % "haohope-bom" % "1.0.2"
[com.github.xiongxcodes/haohope-bom "1.0.2"]