c

commons-lang

常用工具类库
Files download
File Operation
commons-lang-2.0.2-RELEASE.jar download
commons-lang-2.0.2-RELEASE.pom download
commons-lang-2.0.2-RELEASE-sources.jar download
Apache Maven
<dependency>
  <groupId>com.hb0730</groupId>
  <artifactId>commons-lang</artifactId>
  <version>2.0.2-RELEASE</version>
</dependency>
Gradle Groovy
implementation 'com.hb0730:commons-lang:2.0.2-RELEASE'
Gradle Kotlin
implementation("com.hb0730:commons-lang:2.0.2-RELEASE")
Scala SBT
libraryDependencies += "com.hb0730" % "commons-lang" % "2.0.2-RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='com.hb0730', module='commons-lang', version='2.0.2-RELEASE')
)
Apache Ivy
<dependency org="com.hb0730" name="commons-lang" rev="2.0.2-RELEASE" />
Leiningen
[com.hb0730/commons-lang "2.0.2-RELEASE"]
Apache Buildr
'com.hb0730:commons-lang:jar:2.0.2-RELEASE'