| Лицензия |
Лицензия
The AndroMDA Project
|
|---|---|
| Группа | Группаorg.andromda.bootstrap.templateengines |
| Идентификатор | Идентификаторandromda-templateengine-velocity |
| Версия | Версия3.3 |
| Тип | Типjar |
| Описание |
ОписаниеAndroMDA Velocity Template Engine
The template engine that supports Apache's Velocity scripting language.
|
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| andromda-templateengine-velocity-3.3.pom | |
| andromda-templateengine-velocity-3.3.jar | 8 KB |
| Обзор |
<!-- 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"]