MVN

ltd.clear-solutions : networkaddressutils

Maven & Gradle

Jan 28, 2024
0 stars

networkaddressutils · NetworkAddressUtils is a Java library designed to simplify network programming tasks, specifically focusing on retrieving the IPv4 address of a machine's network interfaces. It provides a straightforward API for developers to obtain the machine's local IP address, which is crucial for various network-based applications, especially those involving intra-network communication.

<dependency>
    <groupId>ltd.clear-solutions</groupId>
    <artifactId>networkaddressutils</artifactId>
    <version>1.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ltd.clear-solutions : networkaddressutils to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of ltd.clear-solutions : networkaddressutils to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
networkaddressutils-1.0.0

How to add a dependency to Maven

Add the following ltd.clear-solutions : networkaddressutils maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>ltd.clear-solutions</groupId>
    <artifactId>networkaddressutils</artifactId>
    <version>1.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ltd.clear-solutions : networkaddressutils gradle dependency to your build.gradle file:

implementation 'ltd.clear-solutions:networkaddressutils:1.0.0'

Gradle Kotlin DSL: Add the following ltd.clear-solutions : networkaddressutils gradle kotlin dependency to your build.gradle.kts file:

implementation("ltd.clear-solutions:networkaddressutils:1.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following ltd.clear-solutions : networkaddressutils sbt scala dependency to your build.sbt file:

libraryDependencies += "ltd.clear-solutions" % "networkaddressutils" % "1.0.0"