is not current version
Last Version 20030805.205232

commons-net:commons-net 3.5

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.5
Type

Type

jar

Download commons-net 3.5


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