License |
License |
---|---|
Categories |
CategoriesSearch Business Logic Libraries |
GroupId | GroupIdcom.carrotsearch.jdk19 |
ArtifactId | ArtifactIdcommons-lang |
Version | Version2.6.1 |
Type | Typejar |
Description |
DescriptionCommons Lang (JDK 1.9 versioning fix)
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.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
commons-lang-2.6.1.pom | |
commons-lang-2.6.1.jar | 285 KB |
commons-lang-2.6.1-sources.jar | 350 KB |
commons-lang-2.6.1-javadoc.jar | 762 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.carrotsearch.jdk19/commons-lang/ -->
<dependency>
<groupId>com.carrotsearch.jdk19</groupId>
<artifactId>commons-lang</artifactId>
<version>2.6.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.carrotsearch.jdk19/commons-lang/
implementation 'com.carrotsearch.jdk19:commons-lang:2.6.1'
// https://jarcasting.com/artifacts/com.carrotsearch.jdk19/commons-lang/
implementation ("com.carrotsearch.jdk19:commons-lang:2.6.1")
'com.carrotsearch.jdk19:commons-lang:jar:2.6.1'
<dependency org="com.carrotsearch.jdk19" name="commons-lang" rev="2.6.1">
<artifact name="commons-lang" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.carrotsearch.jdk19', module='commons-lang', version='2.6.1')
)
libraryDependencies += "com.carrotsearch.jdk19" % "commons-lang" % "2.6.1"
[com.carrotsearch.jdk19/commons-lang "2.6.1"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |