is not current version
Last Version 1.1

io.gitlab.leibnizhu:spring-boot-starter-netty 1.0


Categories

Categories

Spring Boot Container Microservices Net Netty Networking
GroupId

GroupId

io.gitlab.leibnizhu
ArtifactId

ArtifactId

spring-boot-starter-netty
Version

Version

1.0
Type

Type

jar

Download spring-boot-starter-netty 1.0


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