a

agile-spring-boot-starter

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