a

agile-spring-boot-starter

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