is not current version
Last Version 62

com.guicedee.services:commons-lang3 1.0.15.1-jre14

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.

Categories

Categories

GUI User Interface Guice Application Layer Libs Dependency Injection
GroupId

GroupId

com.guicedee.services
ArtifactId

ArtifactId

commons-lang3
Version

Version

1.0.15.1-jre14
Type

Type

jar

Download commons-lang3 1.0.15.1-jre14


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