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