h

heimdall-starter-spring-boot

heimdall spring boot starter 模块
https://github.com/luterc/heimdall
Files download
File Operation
heimdall-starter-spring-boot-1.0.5.jar download
heimdall-starter-spring-boot-1.0.5.pom download
heimdall-starter-spring-boot-1.0.5-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.luterc</groupId>
  <artifactId>heimdall-starter-spring-boot</artifactId>
  <version>1.0.5</version>
</dependency>
Gradle Groovy
implementation 'com.github.luterc:heimdall-starter-spring-boot:1.0.5'
Gradle Kotlin
implementation("com.github.luterc:heimdall-starter-spring-boot:1.0.5")
Scala SBT
libraryDependencies += "com.github.luterc" % "heimdall-starter-spring-boot" % "1.0.5"
Groovy Grape
@Grapes(
  @Grab(group='com.github.luterc', module='heimdall-starter-spring-boot', version='1.0.5')
)
Apache Ivy
<dependency org="com.github.luterc" name="heimdall-starter-spring-boot" rev="1.0.5" />
Leiningen
[com.github.luterc/heimdall-starter-spring-boot "1.0.5"]
Apache Buildr
'com.github.luterc:heimdall-starter-spring-boot:jar:1.0.5'