Download javafxsvg-1.2.1.jar file - Jar j

Jar examples for j:javafxsvg

Description

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.

License

BSD 3-Clause

Build File

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'

Download

Click the following link to download the jar file.

javafxsvg-1.2.1-javadoc.jar
javafxsvg-1.2.1-sources.jar
javafxsvg-1.2.1.jar
javafxsvg-1.2.1.pom



Related Tutorials