Categories |
CategoriesNet Netty Networking |
---|---|
GroupId | GroupIdio.github.spafka |
ArtifactId | ArtifactIdspringboot-starter-netty |
Version | Version0.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.github.spafka/springboot-starter-netty/ -->
<dependency>
<groupId>io.github.spafka</groupId>
<artifactId>springboot-starter-netty</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.spafka/springboot-starter-netty/
implementation 'io.github.spafka:springboot-starter-netty:0.2'
// https://jarcasting.com/artifacts/io.github.spafka/springboot-starter-netty/
implementation ("io.github.spafka:springboot-starter-netty:0.2")
'io.github.spafka:springboot-starter-netty:jar:0.2'
<dependency org="io.github.spafka" name="springboot-starter-netty" rev="0.2">
<artifact name="springboot-starter-netty" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.spafka', module='springboot-starter-netty', version='0.2')
)
libraryDependencies += "io.github.spafka" % "springboot-starter-netty" % "0.2"
[io.github.spafka/springboot-starter-netty "0.2"]