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-4.5.0.pom 下载
Apache Maven
<dependency>
  <groupId>com.github.fangjinuo.langx</groupId>
  <artifactId>langx</artifactId>
  <version>4.5.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.fangjinuo.langx:langx:4.5.0'
Gradle Kotlin
implementation("com.github.fangjinuo.langx:langx:4.5.0")
Scala SBT
libraryDependencies += "com.github.fangjinuo.langx" % "langx" % "4.5.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.fangjinuo.langx', module='langx', version='4.5.0')
)
Apache Ivy
<dependency org="com.github.fangjinuo.langx" name="langx" rev="4.5.0" />
Leiningen
[com.github.fangjinuo.langx/langx "4.5.0"]
Apache Buildr
'com.github.fangjinuo.langx:langx:jar:4.5.0'