HubbleJava - Hubble Java SDK

API Java SDK

License

License

Categories

Categories

Java Languages
GroupId

GroupId

com.github.zhangchunsheng
ArtifactId

ArtifactId

hubble-java
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

pom
Description

Description

HubbleJava - Hubble Java SDK
API Java SDK
Project URL

Project URL

https://github.com/coco-bigdata/HubbleJava
Source Code Management

Source Code Management

https://github.com/coco-bigdata/HubbleJava

Download hubble-java

Filename Size
hubble-java-1.0.0.pom 9 KB
Browse

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.zhangchunsheng/hubble-java/ -->
<dependency>
    <groupId>com.github.zhangchunsheng</groupId>
    <artifactId>hubble-java</artifactId>
    <version>1.0.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.zhangchunsheng/hubble-java/
implementation 'com.github.zhangchunsheng:hubble-java:1.0.0'
// https://jarcasting.com/artifacts/com.github.zhangchunsheng/hubble-java/
implementation ("com.github.zhangchunsheng:hubble-java:1.0.0")
'com.github.zhangchunsheng:hubble-java:pom:1.0.0'
<dependency org="com.github.zhangchunsheng" name="hubble-java" rev="1.0.0">
  <artifact name="hubble-java" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.zhangchunsheng', module='hubble-java', version='1.0.0')
)
libraryDependencies += "com.github.zhangchunsheng" % "hubble-java" % "1.0.0"
[com.github.zhangchunsheng/hubble-java "1.0.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • hubble-java-common
  • hubble-java-region
  • spring-boot-starters

HubbleJava

API Java SDK

使用SDK

// spring boot, inject regionService
MobileCityResult result = this.regionService.getMobileCity("13429667914");

maven

Maven 引用方式

<dependency>
    <groupId>com.github.zhangchunsheng</groupId>
    <artifactId>hubble-java-region</artifactId>
    <version>1.0.0</version>
</dependency>

聚合region

{
    "resultcode":"200",
    "reason":"Return Successd!",
    "result":{
        "province":"浙江",
        "city":"杭州",
        "areacode":
        "0571",
        "zip":"310000",
        "company":"移动",
        "card":""
    },
    "error_code":0
}

捐助 donate

支付宝 微信
com.github.zhangchunsheng

coco bigdata

bigdata

Versions

Version
1.0.0