Categories |
CategoriesSpring Boot Container Microservices Net Netty Networking |
---|---|
GroupId | GroupIdio.gitlab.leibnizhu |
ArtifactId | ArtifactIdspring-boot-starter-netty |
Version | Version1.0 |
Type | Typejar |
<!-- 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"]