<dependency> <groupId>com.rometools</groupId> <artifactId>rome-utils</artifactId> <version>2.1.0</version> </dependency>
implementation 'com.rometools:rome-utils:2.1.0'
implementation("com.rometools:rome-utils:2.1.0")
libraryDependencies += "com.rometools" % "rome-utils" % "2.1.0"
@Grapes( @Grab(group='com.rometools', module='rome-utils', version='2.1.0') )
<dependency org="com.rometools" name="rome-utils" rev="2.1.0" />
[com.rometools/rome-utils "2.1.0"]
'com.rometools:rome-utils:jar:2.1.0'
<parent> <groupId>com.rometools</groupId> <artifactId>rome-parent</artifactId> <version>2.1.0</version> </parent>
compile
|-- org.slf4j:slf4j-api
test
|-- junit:junit
|-- org.hamcrest:hamcrest-library
|-- org.assertj:assertj-core