| License |
License |
|---|---|
| Categories |
CategoriesDoma Data ORM |
| GroupId | GroupIdcom.github.0604hx |
| ArtifactId | ArtifactIdip2domain |
| Last Version | Last Version1.4.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptioncom.github.0604hx:ip2domain
根据ip得到注册的域名.目前(2016-5-27 11:11:43)提供两种方式:
1.使用bing search api:https://datamarket.azure.com/dataset/bing/search
2.使用global bing search
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| ip2domain-1.4.2.pom | |
| ip2domain-1.4.2.jar | 14 KB |
| ip2domain-1.4.2-sources.jar | 7 KB |
| ip2domain-1.4.2-javadoc.jar | 71 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.0604hx/ip2domain/ -->
<dependency>
<groupId>com.github.0604hx</groupId>
<artifactId>ip2domain</artifactId>
<version>1.4.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.0604hx/ip2domain/
implementation 'com.github.0604hx:ip2domain:1.4.2'
// https://jarcasting.com/artifacts/com.github.0604hx/ip2domain/
implementation ("com.github.0604hx:ip2domain:1.4.2")
'com.github.0604hx:ip2domain:jar:1.4.2'
<dependency org="com.github.0604hx" name="ip2domain" rev="1.4.2">
<artifact name="ip2domain" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.0604hx', module='ip2domain', version='1.4.2')
)
libraryDependencies += "com.github.0604hx" % "ip2domain" % "1.4.2"
[com.github.0604hx/ip2domain "1.4.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.json : json | jar | 20160212 |
| org.jsoup : jsoup | jar | 1.9.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |