GroupId | GroupIdcom.github.huifer |
---|---|
ArtifactId | ArtifactIdtemplate |
Version | Version0.0.2-Releases |
Type | Typejar |
Filename | Size |
---|---|
template-0.0.2-Releases.pom | |
template-0.0.2-Releases.jar | 17 KB |
template-0.0.2-Releases-sources.jar | 11 KB |
template-0.0.2-Releases-javadoc.jar | 143 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.huifer/template/ -->
<dependency>
<groupId>com.github.huifer</groupId>
<artifactId>template</artifactId>
<version>0.0.2-Releases</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.huifer/template/
implementation 'com.github.huifer:template:0.0.2-Releases'
// https://jarcasting.com/artifacts/com.github.huifer/template/
implementation ("com.github.huifer:template:0.0.2-Releases")
'com.github.huifer:template:jar:0.0.2-Releases'
<dependency org="com.github.huifer" name="template" rev="0.0.2-Releases">
<artifact name="template" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.huifer', module='template', version='0.0.2-Releases')
)
libraryDependencies += "com.github.huifer" % "template" % "0.0.2-Releases"
[com.github.huifer/template "0.0.2-Releases"]