<dependency> <groupId>org.jfree</groupId> <artifactId>jfreechart-fx</artifactId> <version>1.0.0</version> </dependency>
implementation 'org.jfree:jfreechart-fx:1.0.0'
implementation("org.jfree:jfreechart-fx:1.0.0")
libraryDependencies += "org.jfree" % "jfreechart-fx" % "1.0.0"
@Grapes( @Grab(group='org.jfree', module='jfreechart-fx', version='1.0.0') )
<dependency org="org.jfree" name="jfreechart-fx" rev="1.0.0" />
[org.jfree/jfreechart-fx "1.0.0"]
'org.jfree:jfreechart-fx:jar:1.0.0'
compile
|-- org.jfree:jfreechart:1.5.0
|-- org.jfree:fxgraphics2d:1.6
test
|-- junit:junit:4.12