is not current version
Last Version 20030805.205232

commons-net:commons-net 2.0

A collection of network utilities and protocol implementations.

Categories

Categories

Net
GroupId

GroupId

commons-net
ArtifactId

ArtifactId

commons-net
Version

Version

2.0
Type

Type

jar

Download commons-net 2.0


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