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