License |
License
The AndroMDA Project
|
---|---|
GroupId | GroupIdorg.andromda.bootstrap.templateengines |
ArtifactId | ArtifactIdandromda-templateengine-velocity |
Last Version | Last Version3.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionAndroMDA Velocity Template Engine
The template engine that supports Apache's Velocity scripting language.
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.andromda.bootstrap.templateengines/andromda-templateengine-velocity/ -->
<dependency>
<groupId>org.andromda.bootstrap.templateengines</groupId>
<artifactId>andromda-templateengine-velocity</artifactId>
<version>3.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.andromda.bootstrap.templateengines/andromda-templateengine-velocity/
implementation 'org.andromda.bootstrap.templateengines:andromda-templateengine-velocity:3.3'
// https://jarcasting.com/artifacts/org.andromda.bootstrap.templateengines/andromda-templateengine-velocity/
implementation ("org.andromda.bootstrap.templateengines:andromda-templateengine-velocity:3.3")
'org.andromda.bootstrap.templateengines:andromda-templateengine-velocity:jar:3.3'
<dependency org="org.andromda.bootstrap.templateengines" name="andromda-templateengine-velocity" rev="3.3">
<artifact name="andromda-templateengine-velocity" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.andromda.bootstrap.templateengines', module='andromda-templateengine-velocity', version='3.3')
)
libraryDependencies += "org.andromda.bootstrap.templateengines" % "andromda-templateengine-velocity" % "3.3"
[org.andromda.bootstrap.templateengines/andromda-templateengine-velocity "3.3"]