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