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