is not current version
Last Version 2.1.2-RELEASE

com.hb0730:commons-lang 2.1.0-RELEASE

常用工具类库

GroupId

GroupId

com.hb0730
ArtifactId

ArtifactId

commons-lang
Version

Version

2.1.0-RELEASE
Type

Type

jar

Download commons-lang 2.1.0-RELEASE


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