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