Categories |
CategoriesNet Netty Networking |
---|---|
GroupId | GroupIdcom.zmannotes |
ArtifactId | ArtifactIdnetty-pull |
Version | Version2.1.3 |
Type | Typejar |
Filename | Size |
---|---|
netty-pull-2.1.3.pom | |
netty-pull-2.1.3.jar | 14 KB |
netty-pull-2.1.3-sources.jar | 7 KB |
netty-pull-2.1.3-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.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.zmannotes/netty-pull/
implementation 'com.zmannotes:netty-pull:2.1.3'
// https://jarcasting.com/artifacts/com.zmannotes/netty-pull/
implementation ("com.zmannotes:netty-pull:2.1.3")
'com.zmannotes:netty-pull:jar:2.1.3'
<dependency org="com.zmannotes" name="netty-pull" rev="2.1.3">
<artifact name="netty-pull" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.zmannotes', module='netty-pull', version='2.1.3')
)
libraryDependencies += "com.zmannotes" % "netty-pull" % "2.1.3"
[com.zmannotes/netty-pull "2.1.3"]