E

EagleMap-sdk

EagleMap-sdk是基于EagleMap的restful接口实现的Java SDK的封装。
https://www.itcast.cn/
Apache License, Version 2.0
zzj
Files download
File Operation
EagleMap-sdk-1.0.jar download
EagleMap-sdk-1.0.pom download
EagleMap-sdk-1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.itheima.em</groupId>
  <artifactId>EagleMap-sdk</artifactId>
  <version>1.0</version>
</dependency>
Gradle Groovy
implementation 'com.itheima.em:EagleMap-sdk:1.0'
Gradle Kotlin
implementation("com.itheima.em:EagleMap-sdk:1.0")
Scala SBT
libraryDependencies += "com.itheima.em" % "EagleMap-sdk" % "1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.itheima.em', module='EagleMap-sdk', version='1.0')
)
Apache Ivy
<dependency org="com.itheima.em" name="EagleMap-sdk" rev="1.0" />
Leiningen
[com.itheima.em/EagleMap-sdk "1.0"]
Apache Buildr
'com.itheima.em:EagleMap-sdk:jar:1.0'
Dependencies