is not current version
Last Version 2.1.2-RELEASE

com.hb0730:commons-all 2.0.1-RELEASE

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

GroupId

GroupId

com.hb0730
ArtifactId

ArtifactId

commons-all
Version

Version

2.0.1-RELEASE
Type

Type

jar

Download commons-all 2.0.1-RELEASE


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