GroupId | GroupIdcom.github.xiongxcodes |
---|---|
ArtifactId | ArtifactIdhaohope-build |
Version | Version1.1.1-SNAPSHOTS |
Type | Typepom |
Filename | Size |
---|---|
haohope-build-1.1.1-SNAPSHOTS.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.1.1-SNAPSHOTS</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.xiongxcodes/haohope-build/
implementation 'com.github.xiongxcodes:haohope-build:1.1.1-SNAPSHOTS'
// https://jarcasting.com/artifacts/com.github.xiongxcodes/haohope-build/
implementation ("com.github.xiongxcodes:haohope-build:1.1.1-SNAPSHOTS")
'com.github.xiongxcodes:haohope-build:pom:1.1.1-SNAPSHOTS'
<dependency org="com.github.xiongxcodes" name="haohope-build" rev="1.1.1-SNAPSHOTS">
<artifact name="haohope-build" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.xiongxcodes', module='haohope-build', version='1.1.1-SNAPSHOTS')
)
libraryDependencies += "com.github.xiongxcodes" % "haohope-build" % "1.1.1-SNAPSHOTS"
[com.github.xiongxcodes/haohope-build "1.1.1-SNAPSHOTS"]