is not current version
Last Version 2.1.0

org.kgusarov:spring-boot-netty 2.0.1

Spring Boot integration with Netty

Categories

Categories

Spring Boot Container Microservices Net Netty Networking
GroupId

GroupId

org.kgusarov
ArtifactId

ArtifactId

spring-boot-netty
Version

Version

2.0.1
Type

Type

jar

Download spring-boot-netty 2.0.1


<!-- https://jarcasting.com/artifacts/org.kgusarov/spring-boot-netty/ -->
<dependency>
    <groupId>org.kgusarov</groupId>
    <artifactId>spring-boot-netty</artifactId>
    <version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.kgusarov/spring-boot-netty/
implementation 'org.kgusarov:spring-boot-netty:2.0.1'
// https://jarcasting.com/artifacts/org.kgusarov/spring-boot-netty/
implementation ("org.kgusarov:spring-boot-netty:2.0.1")
'org.kgusarov:spring-boot-netty:jar:2.0.1'
<dependency org="org.kgusarov" name="spring-boot-netty" rev="2.0.1">
  <artifact name="spring-boot-netty" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kgusarov', module='spring-boot-netty', version='2.0.1')
)
libraryDependencies += "org.kgusarov" % "spring-boot-netty" % "2.0.1"
[org.kgusarov/spring-boot-netty "2.0.1"]