<dependency> <groupId>com.hb0730</groupId> <artifactId>commons-parent</artifactId> <version>2.1.2-RELEASE</version> <type>pom</type> </dependency>
implementation 'com.hb0730:commons-parent:2.1.2-RELEASE'
implementation("com.hb0730:commons-parent:2.1.2-RELEASE")
libraryDependencies += "com.hb0730" % "commons-parent" % "2.1.2-RELEASE"
@Grapes( @Grab(group='com.hb0730', module='commons-parent', version='2.1.2-RELEASE') )
<dependency org="com.hb0730" name="commons-parent" rev="2.1.2-RELEASE" />
[com.hb0730/commons-parent "2.1.2-RELEASE"]
'com.hb0730:commons-parent:jar:2.1.2-RELEASE'
compile
|-- javax.annotation:javax.annotation-api:1.3.2
|-- org.projectlombok:lombok:1.18.12
test
|-- junit:junit:4.13.1