| Категории |
КатегорииGUI Взаимодействие с пользователем Guice Библиотеки уровня приложения Dependency Injection |
|---|---|
| Группа | Группаcom.guicedee.services |
| Идентификатор | Идентификаторcommons-lang3 |
| Версия | Версия1.1.0.0-jre15 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| commons-lang3-1.1.0.0-jre15.pom | |
| commons-lang3-1.1.0.0-jre15.jar | 575 KB |
| commons-lang3-1.1.0.0-jre15-sources.jar | 634 KB |
| commons-lang3-1.1.0.0-jre15-javadoc.jar | 106 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.guicedee.services/commons-lang3/ -->
<dependency>
<groupId>com.guicedee.services</groupId>
<artifactId>commons-lang3</artifactId>
<version>1.1.0.0-jre15</version>
</dependency>
// https://jarcasting.com/artifacts/com.guicedee.services/commons-lang3/
implementation 'com.guicedee.services:commons-lang3:1.1.0.0-jre15'
// https://jarcasting.com/artifacts/com.guicedee.services/commons-lang3/
implementation ("com.guicedee.services:commons-lang3:1.1.0.0-jre15")
'com.guicedee.services:commons-lang3:jar:1.1.0.0-jre15'
<dependency org="com.guicedee.services" name="commons-lang3" rev="1.1.0.0-jre15">
<artifact name="commons-lang3" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.guicedee.services', module='commons-lang3', version='1.1.0.0-jre15')
)
libraryDependencies += "com.guicedee.services" % "commons-lang3" % "1.1.0.0-jre15"
[com.guicedee.services/commons-lang3 "1.1.0.0-jre15"]