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