License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdcom.hynnet |
ArtifactId | ArtifactIdcommons-lang3 |
Version | Version3.4 |
Type | Typejar |
Description |
DescriptionApache Commons Lang for jdk 1.5
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
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
commons-lang3-3.4.pom | |
commons-lang3-3.4.jar | 409 KB |
commons-lang3-3.4-sources.jar | 475 KB |
commons-lang3-3.4-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.hynnet/commons-lang3/ -->
<dependency>
<groupId>com.hynnet</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.hynnet/commons-lang3/
implementation 'com.hynnet:commons-lang3:3.4'
// https://jarcasting.com/artifacts/com.hynnet/commons-lang3/
implementation ("com.hynnet:commons-lang3:3.4")
'com.hynnet:commons-lang3:jar:3.4'
<dependency org="com.hynnet" name="commons-lang3" rev="3.4">
<artifact name="commons-lang3" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hynnet', module='commons-lang3', version='3.4')
)
libraryDependencies += "com.hynnet" % "commons-lang3" % "3.4"
[com.hynnet/commons-lang3 "3.4"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.hamcrest : hamcrest-all | jar | 1.3 |
commons-io : commons-io | jar | 2.4 |
org.easymock : easymock | jar | 3.3.1 |