A

ABC-spring-boot-starter

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