| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииSpring Boot Контейнер Микросервисы Сеть Netty Networking |
| Группа | Группаcom.xxlabaza.utils |
| Идентификатор | Идентификаторnetty-spring-boot-starter |
| Версия | Версия1.0.0 |
| Тип | Типjar |
| Описание |
ОписаниеNetty Spring Boot starter
Netty Spring Boot starter project.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| netty-spring-boot-starter-1.0.0.pom | |
| netty-spring-boot-starter-1.0.0.jar | 117 KB |
| netty-spring-boot-starter-1.0.0-sources.jar | 53 KB |
| netty-spring-boot-starter-1.0.0-javadoc.jar | 215 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.xxlabaza.utils/netty-spring-boot-starter/ -->
<dependency>
<groupId>com.xxlabaza.utils</groupId>
<artifactId>netty-spring-boot-starter</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.xxlabaza.utils/netty-spring-boot-starter/
implementation 'com.xxlabaza.utils:netty-spring-boot-starter:1.0.0'
// https://jarcasting.com/artifacts/com.xxlabaza.utils/netty-spring-boot-starter/
implementation ("com.xxlabaza.utils:netty-spring-boot-starter:1.0.0")
'com.xxlabaza.utils:netty-spring-boot-starter:jar:1.0.0'
<dependency org="com.xxlabaza.utils" name="netty-spring-boot-starter" rev="1.0.0">
<artifact name="netty-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.xxlabaza.utils', module='netty-spring-boot-starter', version='1.0.0')
)
libraryDependencies += "com.xxlabaza.utils" % "netty-spring-boot-starter" % "1.0.0"
[com.xxlabaza.utils/netty-spring-boot-starter "1.0.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework.boot : spring-boot-autoconfigure | jar | |
| org.springframework.boot : spring-boot-configuration-processor Необязательный | jar | |
| io.netty : netty-handler | jar | |
| io.netty : netty-transport-native-epoll | jar | |
| org.slf4j : slf4j-api | jar | |
| io.appulse : utils-java | jar | 1.18.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.projectlombok : lombok | jar | |
| net.jcip : jcip-annotations | jar | 1.0 |
| com.github.spotbugs : spotbugs-annotations | jar | 4.0.0 |
| com.google.code.findbugs : jsr305 | jar | 3.0.2 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework.boot : spring-boot-starter | jar | |
| org.springframework.boot : spring-boot-starter-test | jar | |
| org.junit.jupiter : junit-jupiter-engine | jar | |
| org.junit.jupiter : junit-jupiter-params | jar | |
| org.assertj : assertj-core | jar | |
| org.mockito : mockito-core | jar | |
| org.mockito : mockito-junit-jupiter | jar | |
| org.testcontainers : testcontainers | jar | 1.12.5 |