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