Categories |
CategoriesNet Netty Networking |
---|---|
GroupId | GroupIdcom.alexkasko.netty |
ArtifactId | ArtifactIdnetty-ftp-receiver |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
netty-ftp-receiver-1.0.pom | |
netty-ftp-receiver-1.0.jar | 10 KB |
netty-ftp-receiver-1.0-sources.jar | 5 KB |
netty-ftp-receiver-1.0-javadoc.jar | 41 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.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.alexkasko.netty/netty-ftp-receiver/
implementation 'com.alexkasko.netty:netty-ftp-receiver:1.0'
// https://jarcasting.com/artifacts/com.alexkasko.netty/netty-ftp-receiver/
implementation ("com.alexkasko.netty:netty-ftp-receiver:1.0")
'com.alexkasko.netty:netty-ftp-receiver:jar:1.0'
<dependency org="com.alexkasko.netty" name="netty-ftp-receiver" rev="1.0">
<artifact name="netty-ftp-receiver" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.alexkasko.netty', module='netty-ftp-receiver', version='1.0')
)
libraryDependencies += "com.alexkasko.netty" % "netty-ftp-receiver" % "1.0"
[com.alexkasko.netty/netty-ftp-receiver "1.0"]