| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииSpring Boot Контейнер Микросервисы |
| Группа | Группаorg.springframework.boot |
| Идентификатор | Идентификаторspring-boot-starter-velocity |
| Версия | Версия1.4.7.RELEASE |
| Тип | Типjar |
| Описание |
ОписаниеSpring Boot Velocity Starter
Starter for building MVC web applications using Velocity views.
Deprecated since 1.4
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
<!-- https://jarcasting.com/artifacts/org.springframework.boot/spring-boot-starter-velocity/ -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-velocity</artifactId>
<version>1.4.7.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.boot/spring-boot-starter-velocity/
implementation 'org.springframework.boot:spring-boot-starter-velocity:1.4.7.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.boot/spring-boot-starter-velocity/
implementation ("org.springframework.boot:spring-boot-starter-velocity:1.4.7.RELEASE")
'org.springframework.boot:spring-boot-starter-velocity:jar:1.4.7.RELEASE'
<dependency org="org.springframework.boot" name="spring-boot-starter-velocity" rev="1.4.7.RELEASE">
<artifact name="spring-boot-starter-velocity" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.boot', module='spring-boot-starter-velocity', version='1.4.7.RELEASE')
)
libraryDependencies += "org.springframework.boot" % "spring-boot-starter-velocity" % "1.4.7.RELEASE"
[org.springframework.boot/spring-boot-starter-velocity "1.4.7.RELEASE"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework.boot : spring-boot-starter | jar | 1.4.7.RELEASE |
| org.springframework.boot : spring-boot-starter-web | jar | 1.4.7.RELEASE |
| commons-beanutils : commons-beanutils | jar | 1.9.3 |
| commons-collections : commons-collections | jar | 3.2.2 |
| commons-digester : commons-digester | jar | 2.1 |
| org.apache.velocity : velocity | jar | 1.7 |
| org.apache.velocity : velocity-tools | jar | 2.0 |
| org.springframework : spring-context-support | jar |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.assertj : assertj-core | jar | 2.5.0 |
| org.mockito : mockito-core | jar | 1.10.19 |
| org.hamcrest : hamcrest-library | jar | 1.3 |
| org.springframework : spring-test | jar |