License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices Net Netty Networking |
GroupId | GroupIdio.gitlab.leibnizhu |
ArtifactId | ArtifactIdspring-boot-starter-netty |
Version | Version1.1 |
Type | Typejar |
Description |
Descriptionspring-boot-starter-netty
Parent pom providing dependency and plugin management for applications
built with Maven
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- 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.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.gitlab.leibnizhu/spring-boot-starter-netty/
implementation 'io.gitlab.leibnizhu:spring-boot-starter-netty:1.1'
// https://jarcasting.com/artifacts/io.gitlab.leibnizhu/spring-boot-starter-netty/
implementation ("io.gitlab.leibnizhu:spring-boot-starter-netty:1.1")
'io.gitlab.leibnizhu:spring-boot-starter-netty:jar:1.1'
<dependency org="io.gitlab.leibnizhu" name="spring-boot-starter-netty" rev="1.1">
<artifact name="spring-boot-starter-netty" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.gitlab.leibnizhu', module='spring-boot-starter-netty', version='1.1')
)
libraryDependencies += "io.gitlab.leibnizhu" % "spring-boot-starter-netty" % "1.1"
[io.gitlab.leibnizhu/spring-boot-starter-netty "1.1"]
Group / Artifact | Type | Version |
---|---|---|
io.netty : netty-all | jar | 4.1.50.Final |
org.javassist : javassist | jar | 3.20.0-GA |
org.springframework.boot : spring-boot-starter-web | jar | 1.5.2.RELEASE |
javax.servlet : javax.servlet-api | jar | 3.1.0 |
com.google.guava : guava | jar | 29.0-jre |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 1.5.2.RELEASE |
com.alibaba : fastjson | jar | 1.2.71 |
org.openjdk.jmh : jmh-core | jar | 1.19 |
org.openjdk.jmh : jmh-generator-annprocess | jar | 1.19 |