GroupId | GroupIdcom.github.ruifengho |
---|---|
ArtifactId | ArtifactIdhrf_core |
Version | Version0.0.1 |
Type | Typejar |
Filename | Size |
---|---|
hrf_core-0.0.1.pom | |
hrf_core-0.0.1.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.ruifengho/hrf_core/ -->
<dependency>
<groupId>com.github.ruifengho</groupId>
<artifactId>hrf_core</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ruifengho/hrf_core/
implementation 'com.github.ruifengho:hrf_core:0.0.1'
// https://jarcasting.com/artifacts/com.github.ruifengho/hrf_core/
implementation ("com.github.ruifengho:hrf_core:0.0.1")
'com.github.ruifengho:hrf_core:jar:0.0.1'
<dependency org="com.github.ruifengho" name="hrf_core" rev="0.0.1">
<artifact name="hrf_core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ruifengho', module='hrf_core', version='0.0.1')
)
libraryDependencies += "com.github.ruifengho" % "hrf_core" % "0.0.1"
[com.github.ruifengho/hrf_core "0.0.1"]