Commons Lang

Common Java language functions

License

License

GroupId

GroupId

org.thshsh
ArtifactId

ArtifactId

commons-lang
Last Version

Last Version

1.3.0
Release Date

Release Date

Type

Type

jar
Description

Description

Commons Lang
Common Java language functions
Project URL

Project URL

https://github.com/theshoeshiner/commons-lang

Download commons-lang

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.25
org.apache.commons : commons-lang3 Optional jar 3.9

test (2)

Group / Artifact Type Version
junit : junit jar 4.12
ch.qos.logback : logback-classic jar 1.1.2

Project Modules

There are no modules declared in this project.

Versions

Version
1.3.0
1.1.0