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