Categories |
CategoriesNet Netty Networking |
---|---|
GroupId | GroupIdio.nflow |
ArtifactId | ArtifactIdnflow-netty |
Version | Version5.3.0 |
Type | Typejar |
Filename | Size |
---|---|
nflow-netty-5.3.0.pom | |
nflow-netty-5.3.0.jar | 8 KB |
nflow-netty-5.3.0-sources.jar | 4 KB |
nflow-netty-5.3.0-javadoc.jar | 37 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.nflow/nflow-netty/ -->
<dependency>
<groupId>io.nflow</groupId>
<artifactId>nflow-netty</artifactId>
<version>5.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.nflow/nflow-netty/
implementation 'io.nflow:nflow-netty:5.3.0'
// https://jarcasting.com/artifacts/io.nflow/nflow-netty/
implementation ("io.nflow:nflow-netty:5.3.0")
'io.nflow:nflow-netty:jar:5.3.0'
<dependency org="io.nflow" name="nflow-netty" rev="5.3.0">
<artifact name="nflow-netty" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.nflow', module='nflow-netty', version='5.3.0')
)
libraryDependencies += "io.nflow" % "nflow-netty" % "5.3.0"
[io.nflow/nflow-netty "5.3.0"]