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