is not current version
Last Version 4.0.1

org.hildan.fxgson:fx-gson 4.0.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

4.0.0
Type

Type

jar

Download fx-gson 4.0.0


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