GroupId | GroupIdcom.github.xiongxcodes |
---|---|
ArtifactId | ArtifactIdhaohope-tool |
Version | Version1.0.0-releases |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.xiongxcodes/haohope-tool/ -->
<dependency>
<groupId>com.github.xiongxcodes</groupId>
<artifactId>haohope-tool</artifactId>
<version>1.0.0-releases</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.xiongxcodes/haohope-tool/
implementation 'com.github.xiongxcodes:haohope-tool:1.0.0-releases'
// https://jarcasting.com/artifacts/com.github.xiongxcodes/haohope-tool/
implementation ("com.github.xiongxcodes:haohope-tool:1.0.0-releases")
'com.github.xiongxcodes:haohope-tool:jar:1.0.0-releases'
<dependency org="com.github.xiongxcodes" name="haohope-tool" rev="1.0.0-releases">
<artifact name="haohope-tool" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.xiongxcodes', module='haohope-tool', version='1.0.0-releases')
)
libraryDependencies += "com.github.xiongxcodes" % "haohope-tool" % "1.0.0-releases"
[com.github.xiongxcodes/haohope-tool "1.0.0-releases"]