| License |
License |
|---|---|
| GroupId | GroupIdorg.thshsh |
| ArtifactId | ArtifactIdcommons-lang |
| Last Version | Last Version1.3.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionCommons Lang
Common Java language functions
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| commons-lang-1.3.0.pom | |
| commons-lang-1.3.0.jar | 26 KB |
| commons-lang-1.3.0-sources.jar | 13 KB |
| commons-lang-1.3.0-javadoc.jar | 163 KB |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.25 |
| org.apache.commons : commons-lang3 Optional | jar | 3.9 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| ch.qos.logback : logback-classic | jar | 1.1.2 |