License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdcom.github.salemebo |
ArtifactId | ArtifactIdnetwork-connectivity |
Version | Version0.2.8 |
Type | Typejar |
Description |
DescriptionJava Network Speed Utils, a library to calculate 'socket and connection' "read and write speed", connectivity test and more
|
<!-- https://jarcasting.com/artifacts/com.github.salemebo/network-connectivity/ -->
<dependency>
<groupId>com.github.salemebo</groupId>
<artifactId>network-connectivity</artifactId>
<version>0.2.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.salemebo/network-connectivity/
implementation 'com.github.salemebo:network-connectivity:0.2.8'
// https://jarcasting.com/artifacts/com.github.salemebo/network-connectivity/
implementation ("com.github.salemebo:network-connectivity:0.2.8")
'com.github.salemebo:network-connectivity:jar:0.2.8'
<dependency org="com.github.salemebo" name="network-connectivity" rev="0.2.8">
<artifact name="network-connectivity" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.salemebo', module='network-connectivity', version='0.2.8')
)
libraryDependencies += "com.github.salemebo" % "network-connectivity" % "0.2.8"
[com.github.salemebo/network-connectivity "0.2.8"]
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.6.2 |