svgFX

Application Framework for svg with JavaFX.

License

License

GroupId

GroupId

de.saxsys
ArtifactId

ArtifactId

svgfx
Last Version

Last Version

2.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

svgFX
Application Framework for svg with JavaFX.
Project Organization

Project Organization

Saxonia Systems AG
Source Code Management

Source Code Management

https://github.com/xyanid/svgfx

Download svgfx

How to add to project

<!-- https://jarcasting.com/artifacts/de.saxsys/svgfx/ -->
<dependency>
    <groupId>de.saxsys</groupId>
    <artifactId>svgfx</artifactId>
    <version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/de.saxsys/svgfx/
implementation 'de.saxsys:svgfx:2.0.1'
// https://jarcasting.com/artifacts/de.saxsys/svgfx/
implementation ("de.saxsys:svgfx:2.0.1")
'de.saxsys:svgfx:jar:2.0.1'
<dependency org="de.saxsys" name="svgfx" rev="2.0.1">
  <artifact name="svgfx" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.saxsys', module='svgfx', version='2.0.1')
)
libraryDependencies += "de.saxsys" % "svgfx" % "2.0.1"
[de.saxsys/svgfx "2.0.1"]

Dependencies

test (2)

Group / Artifact Type Version
junit : junit jar 4.12
org.mockito : mockito-core jar 2.0.31-beta

Project Modules

There are no modules declared in this project.

svgFX

This framework allows for svg graphics to be directly converted into native javaFX object.

Build Status

Howto

Maven dependency

Stable Release

This is the stable release that can be used in production.

<dependency>
  <groupId>de.saxsys</groupId>
  <artifactId>svgfx</artifactId>
  <version>2.0.1</version>
</dependency>

Development Snapshot

Here you get new features. This release is unstable and shouldn't be used in production.

<dependency>
  <groupId>de.saxsys</groupId>
  <artifactId>svgfx</artifactId>
  <version>2.1.0-SNAPSHOT</version>
</dependency>

Versions

Version
2.0.1
2.0.0
1.0.1
1.0.0
0.9.0
0.8.0