License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdcom.github.salemebo |
ArtifactId | ArtifactIdnetwork-speed |
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
|
Filename | Size |
---|---|
network-speed-0.2.8.pom | |
network-speed-0.2.8.jar | 22 KB |
network-speed-0.2.8-sources.jar | 14 KB |
network-speed-0.2.8-javadoc.jar | 146 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.salemebo/network-speed/ -->
<dependency>
<groupId>com.github.salemebo</groupId>
<artifactId>network-speed</artifactId>
<version>0.2.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.salemebo/network-speed/
implementation 'com.github.salemebo:network-speed:0.2.8'
// https://jarcasting.com/artifacts/com.github.salemebo/network-speed/
implementation ("com.github.salemebo:network-speed:0.2.8")
'com.github.salemebo:network-speed:jar:0.2.8'
<dependency org="com.github.salemebo" name="network-speed" rev="0.2.8">
<artifact name="network-speed" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.salemebo', module='network-speed', version='0.2.8')
)
libraryDependencies += "com.github.salemebo" % "network-speed" % "0.2.8"
[com.github.salemebo/network-speed "0.2.8"]
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.6.2 |