is not current version
Last Version 20030805.205232

commons-net:commons-net 3.2

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

Categories

Categories

Net
GroupId

GroupId

commons-net
ArtifactId

ArtifactId

commons-net
Version

Version

3.2
Type

Type

jar

Download commons-net 3.2


<!-- https://jarcasting.com/artifacts/commons-net/commons-net/ -->
<dependency>
    <groupId>commons-net</groupId>
    <artifactId>commons-net</artifactId>
    <version>3.2</version>
</dependency>
// https://jarcasting.com/artifacts/commons-net/commons-net/
implementation 'commons-net:commons-net:3.2'
// https://jarcasting.com/artifacts/commons-net/commons-net/
implementation ("commons-net:commons-net:3.2")
'commons-net:commons-net:jar:3.2'
<dependency org="commons-net" name="commons-net" rev="3.2">
  <artifact name="commons-net" type="jar" />
</dependency>
@Grapes(
@Grab(group='commons-net', module='commons-net', version='3.2')
)
libraryDependencies += "commons-net" % "commons-net" % "3.2"
[commons-net "3.2"]