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