<dependency> <groupId>com.github.hazendaz</groupId> <artifactId>base-parent</artifactId> <version>10</version> <type>pom</type> </dependency>
implementation 'com.github.hazendaz:base-parent:10'
implementation("com.github.hazendaz:base-parent:10")
libraryDependencies += "com.github.hazendaz" % "base-parent" % "10"
@Grapes( @Grab(group='com.github.hazendaz', module='base-parent', version='10') )
<dependency org="com.github.hazendaz" name="base-parent" rev="10" />
[com.github.hazendaz/base-parent "10"]
'com.github.hazendaz:base-parent:jar:10'
provided
|-- org.projectlombok:lombok:1.16.10
|-- org.hibernate:hibernate-validator-annotation-processor:5.3.3.Final
|-- com.google.code.findbugs:jsr305:3.0.1