Categories |
CategoriesNet Netty Networking |
---|---|
GroupId | GroupIdcom.zmannotes |
ArtifactId | ArtifactIdnetty-pull |
Version | Version0.0.2 |
Type | Typejar |
Filename | Size |
---|---|
netty-pull-0.0.2.pom | |
netty-pull-0.0.2.jar | 10 KB |
netty-pull-0.0.2-sources.jar | 5 KB |
netty-pull-0.0.2-javadoc.jar | 32 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.zmannotes/netty-pull/ -->
<dependency>
<groupId>com.zmannotes</groupId>
<artifactId>netty-pull</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.zmannotes/netty-pull/
implementation 'com.zmannotes:netty-pull:0.0.2'
// https://jarcasting.com/artifacts/com.zmannotes/netty-pull/
implementation ("com.zmannotes:netty-pull:0.0.2")
'com.zmannotes:netty-pull:jar:0.0.2'
<dependency org="com.zmannotes" name="netty-pull" rev="0.0.2">
<artifact name="netty-pull" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.zmannotes', module='netty-pull', version='0.0.2')
)
libraryDependencies += "com.zmannotes" % "netty-pull" % "0.0.2"
[com.zmannotes/netty-pull "0.0.2"]