is not current version
Last Version 2.1.2-RELEASE

com.hb0730:commons-parent 2.0.3-RELEASE

hb0730-commons主要是个人常用类库

GroupId

GroupId

com.hb0730
ArtifactId

ArtifactId

commons-parent
Version

Version

2.0.3-RELEASE
Type

Type

pom

Download commons-parent 2.0.3-RELEASE


<!-- https://jarcasting.com/artifacts/com.hb0730/commons-parent/ -->
<dependency>
    <groupId>com.hb0730</groupId>
    <artifactId>commons-parent</artifactId>
    <version>2.0.3-RELEASE</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.hb0730/commons-parent/
implementation 'com.hb0730:commons-parent:2.0.3-RELEASE'
// https://jarcasting.com/artifacts/com.hb0730/commons-parent/
implementation ("com.hb0730:commons-parent:2.0.3-RELEASE")
'com.hb0730:commons-parent:pom:2.0.3-RELEASE'
<dependency org="com.hb0730" name="commons-parent" rev="2.0.3-RELEASE">
  <artifact name="commons-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.hb0730', module='commons-parent', version='2.0.3-RELEASE')
)
libraryDependencies += "com.hb0730" % "commons-parent" % "2.0.3-RELEASE"
[com.hb0730/commons-parent "2.0.3-RELEASE"]