<dependency> <groupId>com.github.hazendaz</groupId> <artifactId>base-parent</artifactId> <version>46</version> <type>pom</type> </dependency>
implementation 'com.github.hazendaz:base-parent:46'
implementation("com.github.hazendaz:base-parent:46")
libraryDependencies += "com.github.hazendaz" % "base-parent" % "46"
@Grapes( @Grab(group='com.github.hazendaz', module='base-parent', version='46') )
<dependency org="com.github.hazendaz" name="base-parent" rev="46" />
[com.github.hazendaz/base-parent "46"]
'com.github.hazendaz:base-parent:jar:46'
compile
|-- org.checkerframework:checker-qual:3.43.0
provided
|-- com.google.errorprone:error_prone_annotations:2.27.1
|-- com.google.j2objc:j2objc-annotations:3.0.0
|-- org.projectlombok:lombok:1.18.32
|-- org.gaul:modernizer-maven-annotations:2.9.0
|-- com.github.spotbugs:spotbugs-annotations:4.8.5