File | Operation |
---|---|
distributed-locks-plugin-parent-1.0.16.pom | download |
<dependency>
<groupId>io.github.thebesteric.framework.agile</groupId>
<artifactId>distributed-locks-plugin-parent</artifactId>
<version>1.0.16</version>
<type>pom</type>
</dependency>
implementation 'io.github.thebesteric.framework.agile:distributed-locks-plugin-parent:1.0.16'
implementation("io.github.thebesteric.framework.agile:distributed-locks-plugin-parent:1.0.16")
libraryDependencies += "io.github.thebesteric.framework.agile" % "distributed-locks-plugin-parent" % "1.0.16"
@Grapes(
@Grab(group='io.github.thebesteric.framework.agile', module='distributed-locks-plugin-parent', version='1.0.16')
)
<dependency org="io.github.thebesteric.framework.agile" name="distributed-locks-plugin-parent" rev="1.0.16" />
<parent> <groupId>io.github.thebesteric.framework.agile</groupId> <artifactId>agile-spring-boot-plugins</artifactId> <version>1.0.16</version> </parent>