| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииСеть |
| Группа | Группаnet.redora |
| Идентификатор | Идентификаторtemplates |
| Последняя версия | Последняя версия1.9.2 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеRedora generator templates
Redora uses Freemarker and XSLT templates to generate code. This zip package contains the
default templates. You can create your own pack with templates to override these default
templates if you wish. You can add them to your project using the maven dependency plugin.
|
| Организация-разработчик |
Организация-разработчикNanjing RedOrange Co. ltd |
| Имя Файла | Размер |
|---|---|
| templates-1.9.2.pom | |
| templates-1.9.2.jar | 67 KB |
| templates-1.9.2-sources.jar | 66 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/net.redora/templates/ -->
<dependency>
<groupId>net.redora</groupId>
<artifactId>templates</artifactId>
<version>1.9.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.redora/templates/
implementation 'net.redora:templates:1.9.2'
// https://jarcasting.com/artifacts/net.redora/templates/
implementation ("net.redora:templates:1.9.2")
'net.redora:templates:jar:1.9.2'
<dependency org="net.redora" name="templates" rev="1.9.2">
<artifact name="templates" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.redora', module='templates', version='1.9.2')
)
libraryDependencies += "net.redora" % "templates" % "1.9.2"
[net.redora/templates "1.9.2"]