<dependency>
<groupId>io.github.thebesteric.framework.agile</groupId>
<artifactId>agile-spring-boot-starter</artifactId>
<version>1.0.15.5</version>
</dependency>
implementation 'io.github.thebesteric.framework.agile:agile-spring-boot-starter:1.0.15.5'
implementation("io.github.thebesteric.framework.agile:agile-spring-boot-starter:1.0.15.5")
libraryDependencies += "io.github.thebesteric.framework.agile" % "agile-spring-boot-starter" % "1.0.15.5"
@Grapes(
@Grab(group='io.github.thebesteric.framework.agile', module='agile-spring-boot-starter', version='1.0.15.5')
)
<dependency org="io.github.thebesteric.framework.agile" name="agile-spring-boot-starter" rev="1.0.15.5" />