is not current version
Last Version 20030805.205232

commons-net:commons-net 1.2.0


Categories

Categories

Net
GroupId

GroupId

commons-net
ArtifactId

ArtifactId

commons-net
Version

Version

1.2.0
Type

Type

jar

Download commons-net 1.2.0


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