<dependency> <groupId>com.github.hazendaz</groupId> <artifactId>base-parent</artifactId> <version>14</version> <type>pom</type> </dependency>
implementation 'com.github.hazendaz:base-parent:14'
implementation("com.github.hazendaz:base-parent:14")
libraryDependencies += "com.github.hazendaz" % "base-parent" % "14"
@Grapes( @Grab(group='com.github.hazendaz', module='base-parent', version='14') )
<dependency org="com.github.hazendaz" name="base-parent" rev="14" />
[com.github.hazendaz/base-parent "14"]
'com.github.hazendaz:base-parent:jar:14'
provided
|-- com.google.errorprone:error_prone_annotations:2.1.3
|-- org.hibernate.validator:hibernate-validator-annotation-processor:6.0.5.Final
|-- com.google.j2objc:j2objc-annotations:1.3
|-- com.google.code.findbugs:jsr305:3.0.2
|-- org.projectlombok:lombok:1.16.18