GroupId | GroupIdcom.github.huifer |
---|---|
ArtifactId | ArtifactIdtemplate |
Version | Version0.0.4-Releases-hotfix |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.huifer/template/ -->
<dependency>
<groupId>com.github.huifer</groupId>
<artifactId>template</artifactId>
<version>0.0.4-Releases-hotfix</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.huifer/template/
implementation 'com.github.huifer:template:0.0.4-Releases-hotfix'
// https://jarcasting.com/artifacts/com.github.huifer/template/
implementation ("com.github.huifer:template:0.0.4-Releases-hotfix")
'com.github.huifer:template:jar:0.0.4-Releases-hotfix'
<dependency org="com.github.huifer" name="template" rev="0.0.4-Releases-hotfix">
<artifact name="template" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.huifer', module='template', version='0.0.4-Releases-hotfix')
)
libraryDependencies += "com.github.huifer" % "template" % "0.0.4-Releases-hotfix"
[com.github.huifer/template "0.0.4-Releases-hotfix"]