License |
License |
---|---|
Categories |
CategoriesGson Data JSON |
GroupId | GroupIdcom.github.ruediste |
ArtifactId | ArtifactIdpolymorphic-gson |
Last Version | Last Version0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncom.github.ruediste:polymorphic-gson
Type adapter to support polymorphic deserialization with Gson
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
polymorphic-gson-0.1.pom | |
polymorphic-gson-0.1.jar | 12 KB |
polymorphic-gson-0.1-sources.jar | 6 KB |
polymorphic-gson-0.1-javadoc.jar | 417 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.ruediste/polymorphic-gson/ -->
<dependency>
<groupId>com.github.ruediste</groupId>
<artifactId>polymorphic-gson</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ruediste/polymorphic-gson/
implementation 'com.github.ruediste:polymorphic-gson:0.1'
// https://jarcasting.com/artifacts/com.github.ruediste/polymorphic-gson/
implementation ("com.github.ruediste:polymorphic-gson:0.1")
'com.github.ruediste:polymorphic-gson:jar:0.1'
<dependency org="com.github.ruediste" name="polymorphic-gson" rev="0.1">
<artifact name="polymorphic-gson" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ruediste', module='polymorphic-gson', version='0.1')
)
libraryDependencies += "com.github.ruediste" % "polymorphic-gson" % "0.1"
[com.github.ruediste/polymorphic-gson "0.1"]
Group / Artifact | Type | Version |
---|---|---|
com.google.code.gson : gson | jar | 2.8.6 |
io.github.classgraph : classgraph | jar | 4.8.77 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | 5.6.1 |
org.junit.jupiter : junit-jupiter-params | jar | 5.6.1 |