spring-boot-commons
A code library for implementing common things in spring-boot.
| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииSpring Boot Контейнер Микросервисы |
| Группа | Группаio.github.iangabrielsanchez |
| Идентификатор | Идентификаторspring-boot-commons |
| Последняя версия | Последняя версия1.0.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеSpring Boot Commons
Spring Boot Commons Library
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| spring-boot-commons-1.0.0.pom | |
| spring-boot-commons-1.0.0.jar | 8 KB |
| spring-boot-commons-1.0.0-sources.jar | 6 KB |
| spring-boot-commons-1.0.0-javadoc.jar | 56 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.github.iangabrielsanchez/spring-boot-commons/ -->
<dependency>
<groupId>io.github.iangabrielsanchez</groupId>
<artifactId>spring-boot-commons</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.iangabrielsanchez/spring-boot-commons/
implementation 'io.github.iangabrielsanchez:spring-boot-commons:1.0.0'
// https://jarcasting.com/artifacts/io.github.iangabrielsanchez/spring-boot-commons/
implementation ("io.github.iangabrielsanchez:spring-boot-commons:1.0.0")
'io.github.iangabrielsanchez:spring-boot-commons:jar:1.0.0'
<dependency org="io.github.iangabrielsanchez" name="spring-boot-commons" rev="1.0.0">
<artifact name="spring-boot-commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.iangabrielsanchez', module='spring-boot-commons', version='1.0.0')
)
libraryDependencies += "io.github.iangabrielsanchez" % "spring-boot-commons" % "1.0.0"
[io.github.iangabrielsanchez/spring-boot-commons "1.0.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework.boot : spring-boot-starter-data-jpa | jar | 2.1.5.RELEASE |
| org.springframework.boot : spring-boot-starter-web | jar | 2.1.5.RELEASE |
| org.projectlombok : lombok | jar | 1.18.8 |
| io.springfox : springfox-swagger-ui | jar | 2.9.2 |
| io.springfox : springfox-swagger2 | jar | 2.9.2 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.h2database : h2 | jar | 1.4.199 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.spockframework : spock-core | jar | 1.3-groovy-2.5 |
| org.spockframework : spock-spring | jar | 1.3-groovy-2.5 |
| org.springframework.boot : spring-boot-starter-test | jar | 2.1.5.RELEASE |
A code library for implementing common things in spring-boot.