Categories |
CategoriesNet React User Interface Web Frameworks Netty Networking Reactor Container Microservices Reactive libraries |
---|---|
GroupId | GroupIdorg.noear.hatch |
ArtifactId | ArtifactIdsolon.boot.reactor-netty |
Version | Version1.6.14 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.noear.hatch/solon.boot.reactor-netty/ -->
<dependency>
<groupId>org.noear.hatch</groupId>
<artifactId>solon.boot.reactor-netty</artifactId>
<version>1.6.14</version>
</dependency>
// https://jarcasting.com/artifacts/org.noear.hatch/solon.boot.reactor-netty/
implementation 'org.noear.hatch:solon.boot.reactor-netty:1.6.14'
// https://jarcasting.com/artifacts/org.noear.hatch/solon.boot.reactor-netty/
implementation ("org.noear.hatch:solon.boot.reactor-netty:1.6.14")
'org.noear.hatch:solon.boot.reactor-netty:jar:1.6.14'
<dependency org="org.noear.hatch" name="solon.boot.reactor-netty" rev="1.6.14">
<artifact name="solon.boot.reactor-netty" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.noear.hatch', module='solon.boot.reactor-netty', version='1.6.14')
)
libraryDependencies += "org.noear.hatch" % "solon.boot.reactor-netty" % "1.6.14"
[org.noear.hatch/solon.boot.reactor-netty "1.6.14"]