License |
License |
---|---|
Categories |
CategoriesNet Netty Networking |
GroupId | GroupIdcom.zmannotes |
ArtifactId | ArtifactIdnetty-pull |
Version | Version2.1.4 |
Type | Typejar |
Description |
Descriptionnetty-pull
an implementation of pull-stream based on netty.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
netty-pull-2.1.4.pom | |
netty-pull-2.1.4.jar | 14 KB |
netty-pull-2.1.4-sources.jar | 7 KB |
netty-pull-2.1.4-javadoc.jar | 47 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.zmannotes/netty-pull/ -->
<dependency>
<groupId>com.zmannotes</groupId>
<artifactId>netty-pull</artifactId>
<version>2.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.zmannotes/netty-pull/
implementation 'com.zmannotes:netty-pull:2.1.4'
// https://jarcasting.com/artifacts/com.zmannotes/netty-pull/
implementation ("com.zmannotes:netty-pull:2.1.4")
'com.zmannotes:netty-pull:jar:2.1.4'
<dependency org="com.zmannotes" name="netty-pull" rev="2.1.4">
<artifact name="netty-pull" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.zmannotes', module='netty-pull', version='2.1.4')
)
libraryDependencies += "com.zmannotes" % "netty-pull" % "2.1.4"
[com.zmannotes/netty-pull "2.1.4"]
Group / Artifact | Type | Version |
---|---|---|
com.zmannotes : net-pull | jar | 2.1.3 |
io.netty : netty-all | jar | 4.1.24.Final |
Group / Artifact | Type | Version |
---|---|---|
ch.qos.logback : logback-classic | jar | 1.2.3 |
junit : junit | jar | 4.12 |
org.mockito : mockito-core | jar | 3.1.0 |