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