i

idempotent-plugin-parent

文件下载
文件名 操作
idempotent-plugin-parent-1.0.7.pom 下载
Apache Maven
<dependency>
  <groupId>io.github.thebesteric.framework.agile</groupId>
  <artifactId>idempotent-plugin-parent</artifactId>
  <version>1.0.7</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.github.thebesteric.framework.agile:idempotent-plugin-parent:1.0.7'
Gradle Kotlin
implementation("io.github.thebesteric.framework.agile:idempotent-plugin-parent:1.0.7")
Scala SBT
libraryDependencies += "io.github.thebesteric.framework.agile" % "idempotent-plugin-parent" % "1.0.7"
Groovy Grape
@Grapes(
  @Grab(group='io.github.thebesteric.framework.agile', module='idempotent-plugin-parent', version='1.0.7')
)
Apache Ivy
<dependency org="io.github.thebesteric.framework.agile" name="idempotent-plugin-parent" rev="1.0.7" />
Leiningen
[io.github.thebesteric.framework.agile/idempotent-plugin-parent "1.0.7"]
Apache Buildr
'io.github.thebesteric.framework.agile:idempotent-plugin-parent:jar:1.0.7'