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
Files download
File Operation
commons-net-3.3.jar download
commons-net-3.3.pom download
commons-net-3.3-sources.jar download
Apache Maven
<dependency>
  <groupId>commons-net</groupId>
  <artifactId>commons-net</artifactId>
  <version>3.3</version>
</dependency>
Gradle Groovy
implementation 'commons-net:commons-net:3.3'
Gradle Kotlin
implementation("commons-net:commons-net:3.3")
Scala SBT
libraryDependencies += "commons-net" % "commons-net" % "3.3"
Groovy Grape
@Grapes(
  @Grab(group='commons-net', module='commons-net', version='3.3')
)
Apache Ivy
<dependency org="commons-net" name="commons-net" rev="3.3" />
Leiningen
[commons-net/commons-net "3.3"]
Apache Buildr
'commons-net:commons-net:jar:3.3'