License |
License |
---|---|
Categories |
CategoriesNet Netty Networking |
GroupId | GroupIdio.github.spafka |
ArtifactId | ArtifactIdnetty-spring |
Last Version | Last Version0.2.1 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionnetty in spring
A Framework that help develop tcp server with springframework!
|
Project URL |
Project URL |
Filename | Size |
---|---|
netty-spring-0.2.1.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.spafka/netty-spring/ -->
<dependency>
<groupId>io.github.spafka</groupId>
<artifactId>netty-spring</artifactId>
<version>0.2.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.spafka/netty-spring/
implementation 'io.github.spafka:netty-spring:0.2.1'
// https://jarcasting.com/artifacts/io.github.spafka/netty-spring/
implementation ("io.github.spafka:netty-spring:0.2.1")
'io.github.spafka:netty-spring:pom:0.2.1'
<dependency org="io.github.spafka" name="netty-spring" rev="0.2.1">
<artifact name="netty-spring" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.spafka', module='netty-spring', version='0.2.1')
)
libraryDependencies += "io.github.spafka" % "netty-spring" % "0.2.1"
[io.github.spafka/netty-spring "0.2.1"]