c

commons-lang

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