c

commons-parent

hb0730-commons主要是个人常用类库
https://github.com/hb0730/hb0730-commons
GNU General Public License v3.0
hb0730
Files download
File Operation
commons-parent-2.1.2-RELEASE.pom download
Apache Maven
<dependency>
  <groupId>com.hb0730</groupId>
  <artifactId>commons-parent</artifactId>
  <version>2.1.2-RELEASE</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.hb0730:commons-parent:2.1.2-RELEASE'
Gradle Kotlin
implementation("com.hb0730:commons-parent:2.1.2-RELEASE")
Scala SBT
libraryDependencies += "com.hb0730" % "commons-parent" % "2.1.2-RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='com.hb0730', module='commons-parent', version='2.1.2-RELEASE')
)
Apache Ivy
<dependency org="com.hb0730" name="commons-parent" rev="2.1.2-RELEASE" />
Leiningen
[com.hb0730/commons-parent "2.1.2-RELEASE"]
Apache Buildr
'com.hb0730:commons-parent:jar:2.1.2-RELEASE'