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