a

agile-spring-boot-starter

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