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