Categories |
CategoriesGson Data JSON |
---|---|
GroupId | GroupIdme.tatarka.gsonvalue |
ArtifactId | ArtifactIdgsonvalue |
Version | Version0.8 |
Type | Typejar |
Filename | Size |
---|---|
gsonvalue-0.8.pom | |
gsonvalue-0.8.jar | 3 KB |
gsonvalue-0.8-sources.jar | 3 KB |
gsonvalue-0.8-javadoc.jar | 27 KB |
Browse |
<!-- https://jarcasting.com/artifacts/me.tatarka.gsonvalue/gsonvalue/ -->
<dependency>
<groupId>me.tatarka.gsonvalue</groupId>
<artifactId>gsonvalue</artifactId>
<version>0.8</version>
</dependency>
// https://jarcasting.com/artifacts/me.tatarka.gsonvalue/gsonvalue/
implementation 'me.tatarka.gsonvalue:gsonvalue:0.8'
// https://jarcasting.com/artifacts/me.tatarka.gsonvalue/gsonvalue/
implementation ("me.tatarka.gsonvalue:gsonvalue:0.8")
'me.tatarka.gsonvalue:gsonvalue:jar:0.8'
<dependency org="me.tatarka.gsonvalue" name="gsonvalue" rev="0.8">
<artifact name="gsonvalue" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.tatarka.gsonvalue', module='gsonvalue', version='0.8')
)
libraryDependencies += "me.tatarka.gsonvalue" % "gsonvalue" % "0.8"
[me.tatarka.gsonvalue/gsonvalue "0.8"]