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