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