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