Categories |
CategoriesGson Data JSON |
---|---|
GroupId | GroupIdcom.github.gv2011 |
ArtifactId | ArtifactIdgsoncore |
Version | Version0.5.0 |
Type | Typejar |
Filename | Size |
---|---|
gsoncore-0.5.0.pom | |
gsoncore-0.5.0.jar | 236 KB |
gsoncore-0.5.0-sources.jar | 146 KB |
gsoncore-0.5.0-javadoc.jar | 425 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.gv2011/gsoncore/ -->
<dependency>
<groupId>com.github.gv2011</groupId>
<artifactId>gsoncore</artifactId>
<version>0.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.gv2011/gsoncore/
implementation 'com.github.gv2011:gsoncore:0.5.0'
// https://jarcasting.com/artifacts/com.github.gv2011/gsoncore/
implementation ("com.github.gv2011:gsoncore:0.5.0")
'com.github.gv2011:gsoncore:jar:0.5.0'
<dependency org="com.github.gv2011" name="gsoncore" rev="0.5.0">
<artifact name="gsoncore" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.gv2011', module='gsoncore', version='0.5.0')
)
libraryDependencies += "com.github.gv2011" % "gsoncore" % "0.5.0"
[com.github.gv2011/gsoncore "0.5.0"]