<dependency>
<groupId>io.github.thebesteric.framework.agile.plugins</groupId>
<artifactId>database-plugin-core</artifactId>
<version>1.0.15.5</version>
</dependency>
implementation 'io.github.thebesteric.framework.agile.plugins:database-plugin-core:1.0.15.5'
implementation("io.github.thebesteric.framework.agile.plugins:database-plugin-core:1.0.15.5")
libraryDependencies += "io.github.thebesteric.framework.agile.plugins" % "database-plugin-core" % "1.0.15.5"
@Grapes(
@Grab(group='io.github.thebesteric.framework.agile.plugins', module='database-plugin-core', version='1.0.15.5')
)
<dependency org="io.github.thebesteric.framework.agile.plugins" name="database-plugin-core" rev="1.0.15.5" />
<parent> <groupId>io.github.thebesteric.framework.agile</groupId> <artifactId>database-plugin-parent</artifactId> <version>1.0.15.5</version> </parent>
compile
|-- org.springframework.boot:spring-boot-starter-jdbc
|-- org.springframework.data:spring-data-commons