MVN

com.ip2location : ip2location-kafka

Maven & Gradle

Apr 28, 2023
3 stars

IP2Location Kafka Transform · IP2Location Kafka Transform enables applications to get info from IP address such as the visitor’s country, region, city, latitude, longitude, ZIP code, ISP name, domain name, time zone, connection speed, IDD code, area code, weather station code, weather station name, MCC, MNC, mobile brand name, elevation, usage type, address type, IAB category, district, autonomous system number (ASN) and autonomous system (AS).

<dependency>
    <groupId>com.ip2location</groupId>
    <artifactId>ip2location-kafka</artifactId>
    <version>1.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.ip2location : ip2location-kafka to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.0

All Versions

Choose a version of com.ip2location : ip2location-kafka to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
ip2location-kafka-1.1.0
1.0.x
ip2location-kafka-1.0.1
ip2location-kafka-1.0.0

How to add a dependency to Maven

Add the following com.ip2location : ip2location-kafka maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.ip2location</groupId>
    <artifactId>ip2location-kafka</artifactId>
    <version>1.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.ip2location : ip2location-kafka gradle dependency to your build.gradle file:

implementation 'com.ip2location:ip2location-kafka:1.1.0'

Gradle Kotlin DSL: Add the following com.ip2location : ip2location-kafka gradle kotlin dependency to your build.gradle.kts file:

implementation("com.ip2location:ip2location-kafka:1.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.ip2location : ip2location-kafka sbt scala dependency to your build.sbt file:

libraryDependencies += "com.ip2location" % "ip2location-kafka" % "1.1.0"