GroupId | GroupIdcom.github.dgroup |
---|---|
ArtifactId | ArtifactIdvelocity |
Version | Version0.3.0 |
Type | Typejar |
Filename | Size |
---|---|
velocity-0.3.0.pom | |
velocity-0.3.0.jar | 24 KB |
velocity-0.3.0-sources.jar | 27 KB |
velocity-0.3.0-javadoc.jar | 126 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.dgroup/velocity/ -->
<dependency>
<groupId>com.github.dgroup</groupId>
<artifactId>velocity</artifactId>
<version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dgroup/velocity/
implementation 'com.github.dgroup:velocity:0.3.0'
// https://jarcasting.com/artifacts/com.github.dgroup/velocity/
implementation ("com.github.dgroup:velocity:0.3.0")
'com.github.dgroup:velocity:jar:0.3.0'
<dependency org="com.github.dgroup" name="velocity" rev="0.3.0">
<artifact name="velocity" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dgroup', module='velocity', version='0.3.0')
)
libraryDependencies += "com.github.dgroup" % "velocity" % "0.3.0"
[com.github.dgroup/velocity "0.3.0"]