| GroupId | GroupIdcom.github.yoojia |
|---|---|
| ArtifactId | ArtifactIdhalo-velocity |
| Version | Version1.0.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| halo-velocity-1.0.2.pom | |
| halo-velocity-1.0.2.jar | 4 KB |
| halo-velocity-1.0.2-sources.jar | 2 KB |
| halo-velocity-1.0.2-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.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.yoojia/halo-velocity/
implementation 'com.github.yoojia:halo-velocity:1.0.2'
// https://jarcasting.com/artifacts/com.github.yoojia/halo-velocity/
implementation ("com.github.yoojia:halo-velocity:1.0.2")
'com.github.yoojia:halo-velocity:jar:1.0.2'
<dependency org="com.github.yoojia" name="halo-velocity" rev="1.0.2">
<artifact name="halo-velocity" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.yoojia', module='halo-velocity', version='1.0.2')
)
libraryDependencies += "com.github.yoojia" % "halo-velocity" % "1.0.2"
[com.github.yoojia/halo-velocity "1.0.2"]