Jar examples for j:javafxsvg
JavaFxSVG is a simple library adding SVG support to JavaFX and thus allowing to use SVG graphics just like any other image type.
You can download jar file javafxsvg 1.2.1 in this page.
BSD 3-Clause
You can use the following script to add javafxsvg-1.2.1.jar to your project.
<dependency> <groupId>de.codecentric.centerdevice</groupId> <artifactId>javafxsvg</artifactId> <version>1.2.1</version> </dependency>
compile group: 'de.codecentric.centerdevice', name: 'javafxsvg', version: '1.2.1'
libraryDependencies += "de.codecentric.centerdevice" % "javafxsvg" % "1.2.1"
<dependency org="de.codecentric.centerdevice" name="javafxsvg" rev="1.2.1"/>
@Grapes(@Grab(group='de.codecentric.centerdevice', module='javafxsvg', version='1.2.1'))
'de.codecentric.centerdevice:javafxsvg:jar:1.2.1'
Click the following link to download the jar file.
javafxsvg-1.2.1-javadoc.jar