ip2proxy-kotlin
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.ip2proxy</groupId>
<artifactId>ip2proxy-kotlin</artifactId>
<version>3.5.0</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<!-- This module was also published with a richer model, Gradle metadata, -->
<!-- which should be used instead. Do not delete the following line which -->
<!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
<!-- that they should prefer consuming it instead. -->
<!-- do_not_remove: published-with-gradle-metadata -->
<modelVersion>4.0.0</modelVersion>
<groupId>com.ip2proxy</groupId>
<artifactId>ip2proxy-kotlin</artifactId>
<version>3.5.0</version>
<name>IP2Proxy Kotlin</name>
<description>IP2Proxy Kotlin Library can be used to find the IP addresses which are used as VPN anonymizer, open proxies, web proxies, Tor exits, data center, web hosting (DCH) range, search engine robots (SES) and residential (RES).</description>
<url>https://github.com/ip2location/ip2proxy-kotlin</url>
<inceptionYear>2026</inceptionYear>
<licenses>
<license>
<name>MIT License</name>
<url>https://opensource.org/licenses/MIT</url>
</license>
</licenses>
<developers>
<developer>
<id>ip2location</id>
<name>IP2Location</name>
<email>support@ip2location.com</email>
</developer>
</developers>
<scm>
<connection>scm:git:github.com/ip2location/ip2proxy-kotlin.git</connection>
<developerConnection>scm:git:ssh://github.com/ip2location/ip2proxy-kotlin.git</developerConnection>
<url>https://github.com/ip2location/ip2proxy-kotlin</url>
</scm>
<dependencies>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.13.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib</artifactId>
<version>2.2.21</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>