| Категории |
Категорииconfig Библиотеки уровня приложения Configuration ORM Данные |
|---|---|
| Группа | Группаio.confound |
| Идентификатор | Идентификаторconfig-file-format-xml |
| Версия | Версия0.7.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| config-file-format-xml-0.7.0.pom | |
| config-file-format-xml-0.7.0.jar | 5 KB |
| config-file-format-xml-0.7.0-sources.jar | 4 KB |
| config-file-format-xml-0.7.0-javadoc.jar | 400 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.confound/config-file-format-xml/ -->
<dependency>
<groupId>io.confound</groupId>
<artifactId>config-file-format-xml</artifactId>
<version>0.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.confound/config-file-format-xml/
implementation 'io.confound:config-file-format-xml:0.7.0'
// https://jarcasting.com/artifacts/io.confound/config-file-format-xml/
implementation ("io.confound:config-file-format-xml:0.7.0")
'io.confound:config-file-format-xml:jar:0.7.0'
<dependency org="io.confound" name="config-file-format-xml" rev="0.7.0">
<artifact name="config-file-format-xml" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.confound', module='config-file-format-xml', version='0.7.0')
)
libraryDependencies += "io.confound" % "config-file-format-xml" % "0.7.0"
[io.confound/config-file-format-xml "0.7.0"]