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