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