Categories |
CategoriesNet Netty Networking |
---|---|
GroupId | GroupIdcom.alexkasko.netty |
ArtifactId | ArtifactIdnetty-ftp-receiver |
Version | Version1.2 |
Type | Typejar |
Filename | Size |
---|---|
netty-ftp-receiver-1.2.pom | |
netty-ftp-receiver-1.2.jar | 11 KB |
netty-ftp-receiver-1.2-sources.jar | 5 KB |
netty-ftp-receiver-1.2-javadoc.jar | 42 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.alexkasko.netty/netty-ftp-receiver/ -->
<dependency>
<groupId>com.alexkasko.netty</groupId>
<artifactId>netty-ftp-receiver</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.alexkasko.netty/netty-ftp-receiver/
implementation 'com.alexkasko.netty:netty-ftp-receiver:1.2'
// https://jarcasting.com/artifacts/com.alexkasko.netty/netty-ftp-receiver/
implementation ("com.alexkasko.netty:netty-ftp-receiver:1.2")
'com.alexkasko.netty:netty-ftp-receiver:jar:1.2'
<dependency org="com.alexkasko.netty" name="netty-ftp-receiver" rev="1.2">
<artifact name="netty-ftp-receiver" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.alexkasko.netty', module='netty-ftp-receiver', version='1.2')
)
libraryDependencies += "com.alexkasko.netty" % "netty-ftp-receiver" % "1.2"
[com.alexkasko.netty/netty-ftp-receiver "1.2"]