文件名 | 操作 |
---|---|
idempotent-plugin-parent-1.0.15.7.pom | 下载 |
<dependency>
<groupId>io.github.thebesteric.framework.agile</groupId>
<artifactId>idempotent-plugin-parent</artifactId>
<version>1.0.15.7</version>
<type>pom</type>
</dependency>
implementation 'io.github.thebesteric.framework.agile:idempotent-plugin-parent:1.0.15.7'
implementation("io.github.thebesteric.framework.agile:idempotent-plugin-parent:1.0.15.7")
libraryDependencies += "io.github.thebesteric.framework.agile" % "idempotent-plugin-parent" % "1.0.15.7"
@Grapes(
@Grab(group='io.github.thebesteric.framework.agile', module='idempotent-plugin-parent', version='1.0.15.7')
)
<dependency org="io.github.thebesteric.framework.agile" name="idempotent-plugin-parent" rev="1.0.15.7" />