<dependency> <groupId>com.rometools</groupId> <artifactId>rome-opml</artifactId> <version>2.0.0</version> </dependency>
implementation 'com.rometools:rome-opml:2.0.0'
implementation("com.rometools:rome-opml:2.0.0")
libraryDependencies += "com.rometools" % "rome-opml" % "2.0.0"
@Grapes( @Grab(group='com.rometools', module='rome-opml', version='2.0.0') )
<dependency org="com.rometools" name="rome-opml" rev="2.0.0" />
[com.rometools/rome-opml "2.0.0"]
'com.rometools:rome-opml:jar:2.0.0'
<parent> <groupId>com.rometools</groupId> <artifactId>rome-parent</artifactId> <version>2.0.0</version> </parent>
compile
|-- com.rometools:rome
test
|-- ch.qos.logback:logback-classic
|-- junit:junit
|-- org.hamcrest:hamcrest-library
|-- xmlunit:xmlunit