i

ip2region

Retrieves the geographic region corresponding to the given IP address.
https://github.com/moyu-java/ip2region
Apache License, Version 2.0
莫语
Files download
File Operation
ip2region-1.0.0.jar download
ip2region-1.0.0.pom download
ip2region-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.junmoyu</groupId>
  <artifactId>ip2region</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.junmoyu:ip2region:1.0.0'
Gradle Kotlin
implementation("com.junmoyu:ip2region:1.0.0")
Scala SBT
libraryDependencies += "com.junmoyu" % "ip2region" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.junmoyu', module='ip2region', version='1.0.0')
)
Apache Ivy
<dependency org="com.junmoyu" name="ip2region" rev="1.0.0" />
Leiningen
[com.junmoyu/ip2region "1.0.0"]
Apache Buildr
'com.junmoyu:ip2region:jar:1.0.0'