is not current version
Last Version 1.4.2

com.github.0604hx:ip2domain 1.2

根据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.2
Type

Type

jar

Download ip2domain 1.2


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