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