e

eaglemap-spring-boot-starter

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