| License | License | 
|---|---|
| GroupId | GroupIdcom.rometools | 
| ArtifactId | ArtifactIdrome-parent | 
| Last Version | Last Version1.18.0 | 
| Release Date | Release Date | 
| Type | Typepom | 
| Description | Descriptionrome-parent Parent for all ROME projects | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| rome-parent-1.18.0.pom | 13 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.rometools/rome-parent/ -->
<dependency>
    <groupId>com.rometools</groupId>
    <artifactId>rome-parent</artifactId>
    <version>1.18.0</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/com.rometools/rome-parent/
implementation 'com.rometools:rome-parent:1.18.0'// https://jarcasting.com/artifacts/com.rometools/rome-parent/
implementation ("com.rometools:rome-parent:1.18.0")'com.rometools:rome-parent:pom:1.18.0'<dependency org="com.rometools" name="rome-parent" rev="1.18.0">
  <artifact name="rome-parent" type="pom" />
</dependency>@Grapes(
@Grab(group='com.rometools', module='rome-parent', version='1.18.0')
)libraryDependencies += "com.rometools" % "rome-parent" % "1.18.0"[com.rometools/rome-parent "1.18.0"]