| Категории |
КатегорииConfiguration Библиотеки уровня приложения config |
|---|---|
| Группа | Группаcom.gu |
| Идентификатор | Идентификаторsimple-configuration-core_2.12 |
| Версия | Версия1.5.5 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/com.gu/simple-configuration-core_2.12/ -->
<dependency>
<groupId>com.gu</groupId>
<artifactId>simple-configuration-core_2.12</artifactId>
<version>1.5.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.gu/simple-configuration-core_2.12/
implementation 'com.gu:simple-configuration-core_2.12:1.5.5'
// https://jarcasting.com/artifacts/com.gu/simple-configuration-core_2.12/
implementation ("com.gu:simple-configuration-core_2.12:1.5.5")
'com.gu:simple-configuration-core_2.12:jar:1.5.5'
<dependency org="com.gu" name="simple-configuration-core_2.12" rev="1.5.5">
<artifact name="simple-configuration-core_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gu', module='simple-configuration-core_2.12', version='1.5.5')
)
libraryDependencies += "com.gu" % "simple-configuration-core_2.12" % "1.5.5"
[com.gu/simple-configuration-core_2.12 "1.5.5"]