<dependency>
<groupId>io.github.qsy7.java.infrastructure.datastore.modules.jdbc-run</groupId>
<artifactId>modules</artifactId>
<version>cli</version>
</dependency>
implementation group: 'io.github.qsy7.java.infrastructure.datastore.modules.jdbc-run', name: 'modules', version: 'cli'
implementation 'io.github.qsy7.java.infrastructure.datastore.modules.jdbc-run:modules:cli'
implementation("io.github.qsy7.java.infrastructure.datastore.modules.jdbc-run:modules:cli")
libraryDependencies += "io.github.qsy7.java.infrastructure.datastore.modules.jdbc-run" % "modules" % "cli"
<dependency org="io.github.qsy7.java.infrastructure.datastore.modules.jdbc-run" name="modules" rev="cli"/>
@Grapes(
@Grab(group='io.github.qsy7.java.infrastructure.datastore.modules.jdbc-run', module='modules', version='cli')
)
[io.github.qsy7.java.infrastructure.datastore.modules.jdbc-run/modules "cli"]
'io.github.qsy7.java.infrastructure.datastore.modules.jdbc-run:modules:jar:cli'