| License |
License |
|---|---|
| Categories |
CategoriesGson Data JSON |
| GroupId | GroupIdme.mekarthedev.tools |
| ArtifactId | ArtifactIdgson-utils |
| Last Version | Last Version0.2.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptiongson-utils
Various utilities, add-ons and adapters for the Gson json parsing library.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| gson-utils-0.2.0.pom | |
| gson-utils-0.2.0.jar | 1 KB |
| gson-utils-0.2.0-sources.jar | 1 KB |
| gson-utils-0.2.0-javadoc.jar | 20 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/me.mekarthedev.tools/gson-utils/ -->
<dependency>
<groupId>me.mekarthedev.tools</groupId>
<artifactId>gson-utils</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/me.mekarthedev.tools/gson-utils/
implementation 'me.mekarthedev.tools:gson-utils:0.2.0'
// https://jarcasting.com/artifacts/me.mekarthedev.tools/gson-utils/
implementation ("me.mekarthedev.tools:gson-utils:0.2.0")
'me.mekarthedev.tools:gson-utils:jar:0.2.0'
<dependency org="me.mekarthedev.tools" name="gson-utils" rev="0.2.0">
<artifact name="gson-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.mekarthedev.tools', module='gson-utils', version='0.2.0')
)
libraryDependencies += "me.mekarthedev.tools" % "gson-utils" % "0.2.0"
[me.mekarthedev.tools/gson-utils "0.2.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.code.gson : gson | jar | 2.3.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.mockito : mockito-core | jar | 1.10.19 |
| org.hamcrest : hamcrest-library | jar | 1.3 |