| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииSpring Boot Контейнер Микросервисы |
| Группа | Группаde.chandre.velocity2 |
| Идентификатор | Идентификаторspring-boot-starter-velocity2 |
| Последняя версия | Последняя версия1.1.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеSpring Boot Velocity Engine 2.0 auto configuration
Spring Boot Velocity Engine 2.0 auto configuration
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
<!-- https://jarcasting.com/artifacts/de.chandre.velocity2/spring-boot-starter-velocity2/ -->
<dependency>
<groupId>de.chandre.velocity2</groupId>
<artifactId>spring-boot-starter-velocity2</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/de.chandre.velocity2/spring-boot-starter-velocity2/
implementation 'de.chandre.velocity2:spring-boot-starter-velocity2:1.1.1'
// https://jarcasting.com/artifacts/de.chandre.velocity2/spring-boot-starter-velocity2/
implementation ("de.chandre.velocity2:spring-boot-starter-velocity2:1.1.1")
'de.chandre.velocity2:spring-boot-starter-velocity2:jar:1.1.1'
<dependency org="de.chandre.velocity2" name="spring-boot-starter-velocity2" rev="1.1.1">
<artifact name="spring-boot-starter-velocity2" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.chandre.velocity2', module='spring-boot-starter-velocity2', version='1.1.1')
)
libraryDependencies += "de.chandre.velocity2" % "spring-boot-starter-velocity2" % "1.1.1"
[de.chandre.velocity2/spring-boot-starter-velocity2 "1.1.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.apache.velocity : velocity-engine-core | jar | [2.0,) |
| org.apache.velocity.tools : velocity-tools-generic Необязательный | jar | [3.0,) |
| org.apache.velocity.tools : velocity-tools-view Необязательный | jar | [3.0,) |
| org.springframework.boot : spring-boot-autoconfigure Необязательный | jar | 1.5.19.RELEASE |
| org.springframework.boot : spring-boot-configuration-processor Необязательный | jar | 1.5.19.RELEASE |
| org.springframework : spring-context-support | jar | |
| org.springframework.boot : spring-boot-starter-test | jar |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework.boot : spring-boot-starter-web | jar | |
| org.springframework.boot : spring-boot-starter-tomcat | jar | |
| org.springframework : spring-test | jar | |
| junit : junit | jar | 4.12 |