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