NetworkUtils/README.md

42 lines
1020 B
Markdown
Raw Permalink Normal View History

NetworkUtils
============
2020-08-09 13:09:31 +02:00
###### [![Dorkbox](https://badge.dorkbox.com/dorkbox.svg "Dorkbox")](https://git.dorkbox.com/dorkbox/NetworkUtils) [![Github](https://badge.dorkbox.com/github.svg "Github")](https://github.com/dorkbox/NetworkUtils) [![Gitlab](https://badge.dorkbox.com/gitlab.svg "Gitlab")](https://gitlab.com/dorkbox/NetworkUtils)
Provides various Network Utilities, for IP/MAC address conversion, PING (without having to be root or with proper permissions) and managing various linux network properties
```
 
 
Maven Info
---------
```
<dependencies>
...
<dependency>
<groupId>com.dorkbox</groupId>
<artifactId>NetworkUtils</artifactId>
2024-01-17 12:30:51 +01:00
<version>2.24</version>
</dependency>
</dependencies>
```
Gradle Info
2021-04-08 14:34:20 +02:00
```
dependencies {
...
2024-01-17 12:30:51 +01:00
implementation("com.dorkbox:NetworkUtils:2.24")
}
2021-04-08 14:34:20 +02:00
```
License
---------
2021-04-08 20:04:13 +02:00
This project is © 2021 dorkbox llc, and is distributed under the terms of the Apache v2.0 License. See file "LICENSE" for further
references.