文件下载
文件名 操作
heimdall-spring-boot-1.1.4.pom 下载
Apache Maven
<dependency>
  <groupId>com.github.luterc</groupId>
  <artifactId>heimdall-spring-boot</artifactId>
  <version>1.1.4</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.luterc:heimdall-spring-boot:1.1.4'
Gradle Kotlin
implementation("com.github.luterc:heimdall-spring-boot:1.1.4")
Scala SBT
libraryDependencies += "com.github.luterc" % "heimdall-spring-boot" % "1.1.4"
Groovy Grape
@Grapes(
  @Grab(group='com.github.luterc', module='heimdall-spring-boot', version='1.1.4')
)
Apache Ivy
<dependency org="com.github.luterc" name="heimdall-spring-boot" rev="1.1.4" />
Leiningen
[com.github.luterc/heimdall-spring-boot "1.1.4"]
Apache Buildr
'com.github.luterc:heimdall-spring-boot:jar:1.1.4'