| Categories |
CategoriesGUI User Interface Guice Application Layer Libs Dependency Injection |
|---|---|
| GroupId | GroupIdcom.guicedee.services |
| ArtifactId | ArtifactIdcommons-lang3 |
| Version | Version0.70.0.5 |
| Type | Typejar |
| Filename | Size |
|---|---|
| commons-lang3-0.70.0.5.pom | |
| commons-lang3-0.70.0.5.jar | 502 KB |
| commons-lang3-0.70.0.5-tests.jar | 22 bytes |
| commons-lang3-0.70.0.5-sources.jar | 547 KB |
| commons-lang3-0.70.0.5-javadoc.jar | 391 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.guicedee.services/commons-lang3/ -->
<dependency>
<groupId>com.guicedee.services</groupId>
<artifactId>commons-lang3</artifactId>
<version>0.70.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.guicedee.services/commons-lang3/
implementation 'com.guicedee.services:commons-lang3:0.70.0.5'
// https://jarcasting.com/artifacts/com.guicedee.services/commons-lang3/
implementation ("com.guicedee.services:commons-lang3:0.70.0.5")
'com.guicedee.services:commons-lang3:jar:0.70.0.5'
<dependency org="com.guicedee.services" name="commons-lang3" rev="0.70.0.5">
<artifact name="commons-lang3" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.guicedee.services', module='commons-lang3', version='0.70.0.5')
)
libraryDependencies += "com.guicedee.services" % "commons-lang3" % "0.70.0.5"
[com.guicedee.services/commons-lang3 "0.70.0.5"]