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