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