| Категории |
КатегорииConfiguration Библиотеки уровня приложения config |
|---|---|
| Группа | Группаcom.github.zhengframework |
| Идентификатор | Идентификаторzheng-configuration |
| Версия | Версия1.3.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| zheng-configuration-1.3.0.pom | |
| zheng-configuration-1.3.0.jar | 51 KB |
| zheng-configuration-1.3.0-sources.jar | 26 KB |
| zheng-configuration-1.3.0-javadoc.jar | 235 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.zhengframework/zheng-configuration/ -->
<dependency>
<groupId>com.github.zhengframework</groupId>
<artifactId>zheng-configuration</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.zhengframework/zheng-configuration/
implementation 'com.github.zhengframework:zheng-configuration:1.3.0'
// https://jarcasting.com/artifacts/com.github.zhengframework/zheng-configuration/
implementation ("com.github.zhengframework:zheng-configuration:1.3.0")
'com.github.zhengframework:zheng-configuration:jar:1.3.0'
<dependency org="com.github.zhengframework" name="zheng-configuration" rev="1.3.0">
<artifact name="zheng-configuration" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.zhengframework', module='zheng-configuration', version='1.3.0')
)
libraryDependencies += "com.github.zhengframework" % "zheng-configuration" % "1.3.0"
[com.github.zhengframework/zheng-configuration "1.3.0"]