is not current version
Last Version 20030805.205232

commons-net:commons-net 1.2.2


Categories

Categories

Net
GroupId

GroupId

commons-net
ArtifactId

ArtifactId

commons-net
Version

Version

1.2.2
Type

Type

jar

Download commons-net 1.2.2


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