License |
License |
---|---|
Categories |
CategoriesGson Data JSON |
GroupId | GroupIdme.jamiemansfield |
ArtifactId | ArtifactIdgson-simple |
Last Version | Last Version0.1.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiongson-simple
Library to simplify writing type adapters for GSON.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
gson-simple-0.1.2.pom | |
gson-simple-0.1.2.jar | 6 KB |
gson-simple-0.1.2-sources.jar | 7 KB |
gson-simple-0.1.2-javadoc.jar | 29 KB |
Browse |
<!-- https://jarcasting.com/artifacts/me.jamiemansfield/gson-simple/ -->
<dependency>
<groupId>me.jamiemansfield</groupId>
<artifactId>gson-simple</artifactId>
<version>0.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/me.jamiemansfield/gson-simple/
implementation 'me.jamiemansfield:gson-simple:0.1.2'
// https://jarcasting.com/artifacts/me.jamiemansfield/gson-simple/
implementation ("me.jamiemansfield:gson-simple:0.1.2")
'me.jamiemansfield:gson-simple:jar:0.1.2'
<dependency org="me.jamiemansfield" name="gson-simple" rev="0.1.2">
<artifact name="gson-simple" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.jamiemansfield', module='gson-simple', version='0.1.2')
)
libraryDependencies += "me.jamiemansfield" % "gson-simple" % "0.1.2"
[me.jamiemansfield/gson-simple "0.1.2"]
Group / Artifact | Type | Version |
---|---|---|
com.google.code.gson : gson | jar | 2.8.6 |