is not current version
Last Version 1.4.2

com.github.0604hx:ip2domain 1.3

根据ip得到注册的域名.目前(2016-5-27 11:11:43)提供两种方式: 1.使用bing search api:https://datamarket.azure.com/dataset/bing/search 2.使用global bing search

Categories

Categories

Doma Data ORM
GroupId

GroupId

com.github.0604hx
ArtifactId

ArtifactId

ip2domain
Version

Version

1.3
Type

Type

jar

Download ip2domain 1.3


<!-- https://jarcasting.com/artifacts/com.github.0604hx/ip2domain/ -->
<dependency>
    <groupId>com.github.0604hx</groupId>
    <artifactId>ip2domain</artifactId>
    <version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.0604hx/ip2domain/
implementation 'com.github.0604hx:ip2domain:1.3'
// https://jarcasting.com/artifacts/com.github.0604hx/ip2domain/
implementation ("com.github.0604hx:ip2domain:1.3")
'com.github.0604hx:ip2domain:jar:1.3'
<dependency org="com.github.0604hx" name="ip2domain" rev="1.3">
  <artifact name="ip2domain" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.0604hx', module='ip2domain', version='1.3')
)
libraryDependencies += "com.github.0604hx" % "ip2domain" % "1.3"
[com.github.0604hx/ip2domain "1.3"]