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