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