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