| Лицензия |
Лицензия |
|---|---|
| Категории |
Категорииconfig Библиотеки уровня приложения Configuration |
| Группа | Группаcom.vanillasource.config |
| Идентификатор | Идентификаторconfig-parent |
| Последняя версия | Последняя версия2.0.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеConfig Parent
The generic configuration library for applications
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| config-parent-2.0.0.pom | 6 KB |
| config-parent-2.0.0-javadoc.jar | 2 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.vanillasource.config/config-parent/ -->
<dependency>
<groupId>com.vanillasource.config</groupId>
<artifactId>config-parent</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.vanillasource.config/config-parent/
implementation 'com.vanillasource.config:config-parent:2.0.0'
// https://jarcasting.com/artifacts/com.vanillasource.config/config-parent/
implementation ("com.vanillasource.config:config-parent:2.0.0")
'com.vanillasource.config:config-parent:jar:2.0.0'
<dependency org="com.vanillasource.config" name="config-parent" rev="2.0.0">
<artifact name="config-parent" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.vanillasource.config', module='config-parent', version='2.0.0')
)
libraryDependencies += "com.vanillasource.config" % "config-parent" % "2.0.0"
[com.vanillasource.config/config-parent "2.0.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.testng : testng | jar | 6.8.7 |
| org.mockito : mockito-all | jar | 1.9.5 |