forked from deng0515001/lnglat2Geo
-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
93a1886
commit ac8efc6
Showing
1 changed file
with
9 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,5 +17,13 @@ import com.dengxq.lnglat2Geo.GeoTrans 里面的所有方法均为公有接口 | |
|
||
接口文档,参考博客: https://blog.csdn.net/deng0515001/article/details/99606156 | ||
|
||
有问题直接联系 QQ:[email protected] | ||
jar包maven依赖: | ||
<dependency> | ||
<groupId>com.github.deng0515001</groupId> | ||
<artifactId>lnglat2Geo</artifactId> | ||
<version>1.0.2</version> | ||
</dependency> | ||
如果无法下载,可以修改仓库:https://oss.sonatype.org/service/local/repositories/releases/content | ||
|
||
有问题直接联系:QQ:[email protected] | ||
|