| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииSpring Boot Контейнер Микросервисы |
| Группа | Группаin.hocg.boot |
| Идентификатор | Идентификаторvalidation-spring-boot-starter |
| Версия | Версия1.0.31 |
| Тип | Типjar |
| Описание |
ОписаниеValidation :: Spring Boot :: Starter
The Apache Software Foundation provides support for the Apache community of open-source software projects.
The Apache projects are characterized by a collaborative, consensus based development process, an open and
pragmatic software license, and a desire to create high quality software that leads the way in its field.
We consider ourselves not simply a group of projects sharing a server, but rather a community of developers
and users.
|
| Организация-разработчик |
Организация-разработчик |
<!-- https://jarcasting.com/artifacts/in.hocg.boot/validation-spring-boot-starter/ -->
<dependency>
<groupId>in.hocg.boot</groupId>
<artifactId>validation-spring-boot-starter</artifactId>
<version>1.0.31</version>
</dependency>
// https://jarcasting.com/artifacts/in.hocg.boot/validation-spring-boot-starter/
implementation 'in.hocg.boot:validation-spring-boot-starter:1.0.31'
// https://jarcasting.com/artifacts/in.hocg.boot/validation-spring-boot-starter/
implementation ("in.hocg.boot:validation-spring-boot-starter:1.0.31")
'in.hocg.boot:validation-spring-boot-starter:jar:1.0.31'
<dependency org="in.hocg.boot" name="validation-spring-boot-starter" rev="1.0.31">
<artifact name="validation-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='in.hocg.boot', module='validation-spring-boot-starter', version='1.0.31')
)
libraryDependencies += "in.hocg.boot" % "validation-spring-boot-starter" % "1.0.31"
[in.hocg.boot/validation-spring-boot-starter "1.0.31"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework.boot : spring-boot-starter Необязательный | jar | 2.2.6.RELEASE |
| in.hocg.boot : validation-spring-boot-autoconfigure | jar | 1.0.31 |
| org.springframework.boot : spring-boot-starter-validation | jar | |
| org.projectlombok : lombok Необязательный | jar | 1.18.12 |