License |
License |
---|---|
Categories |
CategoriesNet Netty Networking |
GroupId | GroupIdio.github.spafka |
ArtifactId | ArtifactIdspringboot-starter-netty |
Last Version | Last Version0.2.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionA Framework that help develop tcp server with springframework!
|
<!-- https://jarcasting.com/artifacts/io.github.spafka/springboot-starter-netty/ -->
<dependency>
<groupId>io.github.spafka</groupId>
<artifactId>springboot-starter-netty</artifactId>
<version>0.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.spafka/springboot-starter-netty/
implementation 'io.github.spafka:springboot-starter-netty:0.2.1'
// https://jarcasting.com/artifacts/io.github.spafka/springboot-starter-netty/
implementation ("io.github.spafka:springboot-starter-netty:0.2.1")
'io.github.spafka:springboot-starter-netty:jar:0.2.1'
<dependency org="io.github.spafka" name="springboot-starter-netty" rev="0.2.1">
<artifact name="springboot-starter-netty" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.spafka', module='springboot-starter-netty', version='0.2.1')
)
libraryDependencies += "io.github.spafka" % "springboot-starter-netty" % "0.2.1"
[io.github.spafka/springboot-starter-netty "0.2.1"]
Group / Artifact | Type | Version |
---|---|---|
com.google.code.findbugs : jsr305 | jar | 3.0.2 |
org.springframework.boot : spring-boot-autoconfigure | jar | 2.2.2.RELEASE |
org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.2.2.RELEASE |
io.netty : netty-all | jar | 4.1.45.Final |
org.projectlombok : lombok | jar | |
org.apache.commons : commons-lang3 | jar | |
org.slf4j : slf4j-api | jar |
Group / Artifact | Type | Version |
---|---|---|
com.google.protobuf : protobuf-java | jar | 3.11.1 |