| Группа | Группаcom.cedarsoft.commons |
|---|---|
| Идентификатор | Идентификаторlang |
| Версия | Версия7.4.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| lang-7.4.0.pom | |
| lang-7.4.0.jar | 4 KB |
| lang-7.4.0-tests.jar | 3 KB |
| lang-7.4.0-sources.jar | 3 KB |
| lang-7.4.0-javadoc.jar | 28 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.cedarsoft.commons/lang/ -->
<dependency>
<groupId>com.cedarsoft.commons</groupId>
<artifactId>lang</artifactId>
<version>7.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.cedarsoft.commons/lang/
implementation 'com.cedarsoft.commons:lang:7.4.0'
// https://jarcasting.com/artifacts/com.cedarsoft.commons/lang/
implementation ("com.cedarsoft.commons:lang:7.4.0")
'com.cedarsoft.commons:lang:jar:7.4.0'
<dependency org="com.cedarsoft.commons" name="lang" rev="7.4.0">
<artifact name="lang" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cedarsoft.commons', module='lang', version='7.4.0')
)
libraryDependencies += "com.cedarsoft.commons" % "lang" % "7.4.0"
[com.cedarsoft.commons/lang "7.4.0"]