l

langx

Java lang extensions, a supplement to , replacement of a Guava, commons-lang, hutool
https://github.com/fangjinuo/langx-java
MIT
jinuo.fang
文件下载
文件名 操作
langx-3.6.7.pom 下载
Apache Maven
<dependency>
  <groupId>com.github.fangjinuo.langx</groupId>
  <artifactId>langx</artifactId>
  <version>3.6.7</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.fangjinuo.langx:langx:3.6.7'
Gradle Kotlin
implementation("com.github.fangjinuo.langx:langx:3.6.7")
Scala SBT
libraryDependencies += "com.github.fangjinuo.langx" % "langx" % "3.6.7"
Groovy Grape
@Grapes(
  @Grab(group='com.github.fangjinuo.langx', module='langx', version='3.6.7')
)
Apache Ivy
<dependency org="com.github.fangjinuo.langx" name="langx" rev="3.6.7" />
Leiningen
[com.github.fangjinuo.langx/langx "3.6.7"]
Apache Buildr
'com.github.fangjinuo.langx:langx:jar:3.6.7'
本项目依赖