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