<dependency>
<groupId>com.walterjwhite.infrastructure.dependencies</groupId>
<artifactId>commons-logging</artifactId>
<version>0.0.15</version>
</dependency>
implementation group: 'com.walterjwhite.infrastructure.dependencies', name: 'commons-logging', version: '0.0.15'
implementation 'com.walterjwhite.infrastructure.dependencies:commons-logging:0.0.15'
implementation("com.walterjwhite.infrastructure.dependencies:commons-logging:0.0.15")
libraryDependencies += "com.walterjwhite.infrastructure.dependencies" % "commons-logging" % "0.0.15"
<dependency org="com.walterjwhite.infrastructure.dependencies" name="commons-logging" rev="0.0.15"/>
@Grapes(
@Grab(group='com.walterjwhite.infrastructure.dependencies', module='commons-logging', version='0.0.15')
)
[com.walterjwhite.infrastructure.dependencies/commons-logging "0.0.15"]
'com.walterjwhite.infrastructure.dependencies:commons-logging:jar:0.0.15'