is not current version
Last Version 4.0.1

org.hildan.fxgson:fx-gson 3.1.0

A set of type adapters for Google Gson to make JavaFX properties serialization more natural.

Categories

Categories

Gson Data JSON
GroupId

GroupId

org.hildan.fxgson
ArtifactId

ArtifactId

fx-gson
Version

Version

3.1.0
Type

Type

jar

Download fx-gson 3.1.0


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