is not current version
Last Version 4.6.11

com.github.fangjinuo.langx:langx 3.4.3

Java lang extensions, a supplement to , replacement of a Guava, commons-lang, hutool

GroupId

GroupId

com.github.fangjinuo.langx
ArtifactId

ArtifactId

langx
Version

Version

3.4.3
Type

Type

pom

Download langx 3.4.3

Filename Size
langx-3.4.3.pom 12 KB
Browse

<!-- https://jarcasting.com/artifacts/com.github.fangjinuo.langx/langx/ -->
<dependency>
    <groupId>com.github.fangjinuo.langx</groupId>
    <artifactId>langx</artifactId>
    <version>3.4.3</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.fangjinuo.langx/langx/
implementation 'com.github.fangjinuo.langx:langx:3.4.3'
// https://jarcasting.com/artifacts/com.github.fangjinuo.langx/langx/
implementation ("com.github.fangjinuo.langx:langx:3.4.3")
'com.github.fangjinuo.langx:langx:pom:3.4.3'
<dependency org="com.github.fangjinuo.langx" name="langx" rev="3.4.3">
  <artifact name="langx" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.fangjinuo.langx', module='langx', version='3.4.3')
)
libraryDependencies += "com.github.fangjinuo.langx" % "langx" % "3.4.3"
[com.github.fangjinuo.langx/langx "3.4.3"]