c

commons-net

Apache Commons Net library contains a collection of network utilities and protocol implementations. Supported protocols include: Echo, Finger, FTP, NNTP, NTP, POP3(S), SMTP(S), Telnet, Whois
http://commons.apache.org/proper/commons-net/
Jeffrey D. Brekke Steve Cohen Bruno D'Avanzo Daniel F. Savarese Rory Winston Rory Winston
Files download
File Operation
commons-net-3.4.jar download
commons-net-3.4.pom download
commons-net-3.4-sources.jar download
Apache Maven
<dependency>
  <groupId>commons-net</groupId>
  <artifactId>commons-net</artifactId>
  <version>3.4</version>
</dependency>
Gradle Groovy
implementation 'commons-net:commons-net:3.4'
Gradle Kotlin
implementation("commons-net:commons-net:3.4")
Scala SBT
libraryDependencies += "commons-net" % "commons-net" % "3.4"
Groovy Grape
@Grapes(
  @Grab(group='commons-net', module='commons-net', version='3.4')
)
Apache Ivy
<dependency org="commons-net" name="commons-net" rev="3.4" />
Leiningen
[commons-net/commons-net "3.4"]
Apache Buildr
'commons-net:commons-net:jar:3.4'