is not current version
Last Version 2.1.2-RELEASE

com.hb0730:commons-lang 2.0.3-RELEASE

常用工具类库

GroupId

GroupId

com.hb0730
ArtifactId

ArtifactId

commons-lang
Version

Version

2.0.3-RELEASE
Type

Type

jar

Download commons-lang 2.0.3-RELEASE


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