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