MVN

com.github.maltalex : ineter

Maven & Gradle

Aug 19, 2023
1 usages
45 stars

ineter · Fast Java library for working with IP addresses, ranges, and subnets

<dependency>
    <groupId>com.github.maltalex</groupId>
    <artifactId>ineter</artifactId>
    <version>0.3.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.maltalex : ineter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.3.1

All Versions

Choose a version of com.github.maltalex : ineter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.3.x
ineter-0.3.1
ineter-0.3.0
0.2.x
ineter-0.2.0
0.1.x
ineter-0.1.2
ineter-0.1.1
ineter-0.1.0

How to add a dependency to Maven

Add the following com.github.maltalex : ineter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.maltalex</groupId>
    <artifactId>ineter</artifactId>
    <version>0.3.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.maltalex : ineter gradle dependency to your build.gradle file:

implementation 'com.github.maltalex:ineter:0.3.1'

Gradle Kotlin DSL: Add the following com.github.maltalex : ineter gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.maltalex:ineter:0.3.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.maltalex : ineter sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.maltalex" % "ineter" % "0.3.1"

Advertisement