Download svgfx-0.9.0.jar file - Jar s

Jar examples for s:svgfx

Description

Application Framework for svg with JavaFX.

You can download jar file svgfx 0.9.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add svgfx-0.9.0.jar to your project.

<dependency>
   <groupId>de.saxsys</groupId>
   <artifactId>svgfx</artifactId>
   <version>0.9.0</version>
</dependency>
compile group: 'de.saxsys', name: 'svgfx', version: '0.9.0'
libraryDependencies += "de.saxsys" % "svgfx" % "0.9.0"
<dependency org="de.saxsys" name="svgfx" rev="0.9.0"/>
@Grapes(@Grab(group='de.saxsys', module='svgfx', version='0.9.0'))
'de.saxsys:svgfx:jar:0.9.0'

Download

Click the following link to download the jar file.

svgfx-0.9.0-javadoc.jar
svgfx-0.9.0-sources.jar
svgfx-0.9.0.jar
svgfx-0.9.0.pom



Related Tutorials