GroupId | GroupIdvelocity |
---|---|
ArtifactId | ArtifactIdvelocity-dep |
Last Version | Last Version1.5-beta2 |
Release Date | Release Date |
Type | Typejar |
Description |
Description |
Filename | Size |
---|---|
velocity-dep-1.5-beta2.pom | |
velocity-dep-1.5-beta2.jar | 678 KB |
Browse |
<!-- https://jarcasting.com/artifacts/velocity/velocity-dep/ -->
<dependency>
<groupId>velocity</groupId>
<artifactId>velocity-dep</artifactId>
<version>1.5-beta2</version>
</dependency>
// https://jarcasting.com/artifacts/velocity/velocity-dep/
implementation 'velocity:velocity-dep:1.5-beta2'
// https://jarcasting.com/artifacts/velocity/velocity-dep/
implementation ("velocity:velocity-dep:1.5-beta2")
'velocity:velocity-dep:jar:1.5-beta2'
<dependency org="velocity" name="velocity-dep" rev="1.5-beta2">
<artifact name="velocity-dep" type="jar" />
</dependency>
@Grapes(
@Grab(group='velocity', module='velocity-dep', version='1.5-beta2')
)
libraryDependencies += "velocity" % "velocity-dep" % "1.5-beta2"
[velocity/velocity-dep "1.5-beta2"]