| License |
License |
|---|---|
| GroupId | GroupIdcom.itheima.em |
| ArtifactId | ArtifactIdEagleMap-sdk |
| Last Version | Last Version1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionEagleMap-sdk
EagleMap-sdk是基于EagleMap的restful接口实现的Java SDK的封装。
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| EagleMap-sdk-1.0.pom | |
| EagleMap-sdk-1.0.jar | 48 KB |
| EagleMap-sdk-1.0-sources.jar | 32 KB |
| EagleMap-sdk-1.0-javadoc.jar | 273 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.itheima.em/EagleMap-sdk/ -->
<dependency>
<groupId>com.itheima.em</groupId>
<artifactId>EagleMap-sdk</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.itheima.em/EagleMap-sdk/
implementation 'com.itheima.em:EagleMap-sdk:1.0'
// https://jarcasting.com/artifacts/com.itheima.em/EagleMap-sdk/
implementation ("com.itheima.em:EagleMap-sdk:1.0")
'com.itheima.em:EagleMap-sdk:jar:1.0'
<dependency org="com.itheima.em" name="EagleMap-sdk" rev="1.0">
<artifact name="EagleMap-sdk" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.itheima.em', module='EagleMap-sdk', version='1.0')
)
libraryDependencies += "com.itheima.em" % "EagleMap-sdk" % "1.0"
[com.itheima.em/EagleMap-sdk "1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| cn.hutool : hutool-all | jar | 5.7.18 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |