License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices Net Netty Networking |
GroupId | GroupIdcom.xxlabaza.utils |
ArtifactId | ArtifactIdnetty-spring-boot-starter |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionNetty Spring Boot starter
Netty Spring Boot starter project.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-autoconfigure | jar | |
org.springframework.boot : spring-boot-configuration-processor Optional | 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 |
Group / Artifact | Type | Version |
---|---|---|
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 |
Group / Artifact | Type | Version |
---|---|---|
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 |