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