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