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