<dependency> <groupId>com.rometools</groupId> <artifactId>rome-parent</artifactId> <version>1.18.0</version> <type>pom</type> </dependency>
implementation 'com.rometools:rome-parent:1.18.0'
implementation("com.rometools:rome-parent:1.18.0")
libraryDependencies += "com.rometools" % "rome-parent" % "1.18.0"
@Grapes( @Grab(group='com.rometools', module='rome-parent', version='1.18.0') )
<dependency org="com.rometools" name="rome-parent" rev="1.18.0" />
[com.rometools/rome-parent "1.18.0"]
'com.rometools:rome-parent:jar:1.18.0'