is not current version
Last Version 2.3.4

com.elastisys.scale:commons.net 2.2.3

utility classes for network-related functionality

Categories

Categories

Net
GroupId

GroupId

com.elastisys.scale
ArtifactId

ArtifactId

commons.net
Version

Version

2.2.3
Type

Type

jar

Download commons.net 2.2.3


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