| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииSpring Boot Контейнер Микросервисы |
| Группа | Группаio.honeycomb.beeline |
| Идентификатор | Идентификаторbeeline-spring-boot-starter |
| Версия | Версия2.1.0 |
| Тип | Типjar |
| Описание |
ОписаниеBeeline Java (Spring Boot Starter)
Spring Boot Starter module to auto-configure Spring Boot with the Honeycomb Beeline for Java
|
| Организация-разработчик |
Организация-разработчик |
<!-- https://jarcasting.com/artifacts/io.honeycomb.beeline/beeline-spring-boot-starter/ -->
<dependency>
<groupId>io.honeycomb.beeline</groupId>
<artifactId>beeline-spring-boot-starter</artifactId>
<version>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.honeycomb.beeline/beeline-spring-boot-starter/
implementation 'io.honeycomb.beeline:beeline-spring-boot-starter:2.1.0'
// https://jarcasting.com/artifacts/io.honeycomb.beeline/beeline-spring-boot-starter/
implementation ("io.honeycomb.beeline:beeline-spring-boot-starter:2.1.0")
'io.honeycomb.beeline:beeline-spring-boot-starter:jar:2.1.0'
<dependency org="io.honeycomb.beeline" name="beeline-spring-boot-starter" rev="2.1.0">
<artifact name="beeline-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.honeycomb.beeline', module='beeline-spring-boot-starter', version='2.1.0')
)
libraryDependencies += "io.honeycomb.beeline" % "beeline-spring-boot-starter" % "2.1.0"
[io.honeycomb.beeline/beeline-spring-boot-starter "2.1.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| io.honeycomb.beeline : beeline-core | jar | 1.6.1 |
| org.springframework.boot : spring-boot-starter-web | jar | 2.1.1.RELEASE |
| org.springframework.boot : spring-boot-autoconfigure | jar | 2.1.1.RELEASE |
| org.springframework.boot : spring-boot-starter-aop | jar | 2.1.1.RELEASE |
| net.ttddyy : datasource-proxy | jar | 1.7 |
| org.springframework.boot : spring-boot-autoconfigure-processor Необязательный | jar | 2.1.1.RELEASE |
| org.springframework.boot : spring-boot-configuration-processor Необязательный | jar | 2.1.1.RELEASE |
| com.github.spotbugs : spotbugs-annotations Необязательный | jar | 4.2.2 |
| net.jcip : jcip-annotations Необязательный | jar | 1.0 |
| net.bytebuddy : byte-buddy | jar | 1.12.10 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework.boot : spring-boot-starter-test | jar | 2.1.1.RELEASE |
| com.github.spotbugs : spotbugs | jar | 4.2.2 |
| junit : junit | jar | 4.13.2 |
| org.mockito : mockito-core | jar | 4.5.1 |
| org.assertj : assertj-core | jar | 3.22.0 |
| com.github.tomakehurst : wiremock | jar | 2.27.2 |
| io.rest-assured : rest-assured | jar | 5.0.1 |