GroupId | GroupIdcom.github.yoojia |
---|---|
ArtifactId | ArtifactIdhalo-core |
Version | Version1.0.7 |
Type | Typejar |
Filename | Size |
---|---|
halo-core-1.0.7.pom | |
halo-core-1.0.7.jar | 62 KB |
halo-core-1.0.7-sources.jar | 33 KB |
halo-core-1.0.7-javadoc.jar | 172 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.yoojia/halo-core/ -->
<dependency>
<groupId>com.github.yoojia</groupId>
<artifactId>halo-core</artifactId>
<version>1.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.yoojia/halo-core/
implementation 'com.github.yoojia:halo-core:1.0.7'
// https://jarcasting.com/artifacts/com.github.yoojia/halo-core/
implementation ("com.github.yoojia:halo-core:1.0.7")
'com.github.yoojia:halo-core:jar:1.0.7'
<dependency org="com.github.yoojia" name="halo-core" rev="1.0.7">
<artifact name="halo-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.yoojia', module='halo-core', version='1.0.7')
)
libraryDependencies += "com.github.yoojia" % "halo-core" % "1.0.7"
[com.github.yoojia/halo-core "1.0.7"]