GroupId | GroupIdeu.mihosoft.ext.velocity.legacy |
---|---|
ArtifactId | ArtifactIdvelocity-legacy |
Version | Version1.7.1 |
Type | Typejar |
Filename | Size |
---|---|
velocity-legacy-1.7.1.pom | |
velocity-legacy-1.7.1.jar | 457 KB |
velocity-legacy-1.7.1-sources.jar | 512 KB |
velocity-legacy-1.7.1-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/eu.mihosoft.ext.velocity.legacy/velocity-legacy/ -->
<dependency>
<groupId>eu.mihosoft.ext.velocity.legacy</groupId>
<artifactId>velocity-legacy</artifactId>
<version>1.7.1</version>
</dependency>
// https://jarcasting.com/artifacts/eu.mihosoft.ext.velocity.legacy/velocity-legacy/
implementation 'eu.mihosoft.ext.velocity.legacy:velocity-legacy:1.7.1'
// https://jarcasting.com/artifacts/eu.mihosoft.ext.velocity.legacy/velocity-legacy/
implementation ("eu.mihosoft.ext.velocity.legacy:velocity-legacy:1.7.1")
'eu.mihosoft.ext.velocity.legacy:velocity-legacy:jar:1.7.1'
<dependency org="eu.mihosoft.ext.velocity.legacy" name="velocity-legacy" rev="1.7.1">
<artifact name="velocity-legacy" type="jar" />
</dependency>
@Grapes(
@Grab(group='eu.mihosoft.ext.velocity.legacy', module='velocity-legacy', version='1.7.1')
)
libraryDependencies += "eu.mihosoft.ext.velocity.legacy" % "velocity-legacy" % "1.7.1"
[eu.mihosoft.ext.velocity.legacy/velocity-legacy "1.7.1"]