<dependency> <groupId>org.jfree</groupId> <artifactId>jfreesvg</artifactId> <version>2.0</version> </dependency>
implementation 'org.jfree:jfreesvg:2.0'
implementation("org.jfree:jfreesvg:2.0")
libraryDependencies += "org.jfree" % "jfreesvg" % "2.0"
@Grapes( @Grab(group='org.jfree', module='jfreesvg', version='2.0') )
<dependency org="org.jfree" name="jfreesvg" rev="2.0" />
[org.jfree/jfreesvg "2.0"]
'org.jfree:jfreesvg:jar:2.0'
<parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>9</version> </parent>
test
|-- junit:junit:4.11