is not current version
Last Version 3.4

com.hynnet:commons-lang3 3.3.2

Apache Commons Lang, a package of Java utility classes for the classes that are in java.lang's hierarchy, or are considered to be so standard as to justify existence in java.lang. for jdk 1.5

Categories

Categories

Net
GroupId

GroupId

com.hynnet
ArtifactId

ArtifactId

commons-lang3
Version

Version

3.3.2
Type

Type

jar

Download commons-lang3 3.3.2


<!-- https://jarcasting.com/artifacts/com.hynnet/commons-lang3/ -->
<dependency>
    <groupId>com.hynnet</groupId>
    <artifactId>commons-lang3</artifactId>
    <version>3.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.hynnet/commons-lang3/
implementation 'com.hynnet:commons-lang3:3.3.2'
// https://jarcasting.com/artifacts/com.hynnet/commons-lang3/
implementation ("com.hynnet:commons-lang3:3.3.2")
'com.hynnet:commons-lang3:jar:3.3.2'
<dependency org="com.hynnet" name="commons-lang3" rev="3.3.2">
  <artifact name="commons-lang3" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hynnet', module='commons-lang3', version='3.3.2')
)
libraryDependencies += "com.hynnet" % "commons-lang3" % "3.3.2"
[com.hynnet/commons-lang3 "3.3.2"]